Add jasmine logo image to html runner

[#3984585]
This commit is contained in:
Greg Cobb and Luan Santos
2014-03-10 17:16:31 -07:00
parent 3a5672cd33
commit ba6f99423f
7 changed files with 134 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ jasmineRequire.HtmlReporter = function(j$) {
this.initialize = function() {
htmlReporterMain = createDom('div', {className: 'html-reporter'},
createDom('div', {className: 'banner'},
createDom('span', {className: 'title'}, 'Jasmine'),
createDom('a', {className: 'title', href: 'http://jasmine.github.io/', target: '_blank'}),
createDom('span', {className: 'version'}, j$.version)
),
createDom('ul', {className: 'symbol-summary'}),