more fixing powered by
This commit is contained in:
parent
b27c40c0c9
commit
510c924247
|
@ -58,10 +58,9 @@
|
|||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
<hr>
|
||||
<span class='small'>Powered by </span>
|
||||
<a href='http://pivotallabs.com' target='_blank'>
|
||||
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
|
||||
</a>
|
||||
</hr>
|
||||
<hr />
|
||||
<span class='small'>Powered by </span>
|
||||
<a href='http://pivotallabs.com' target='_blank'>
|
||||
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
|
||||
</a>
|
||||
</body>
|
||||
|
|
11
index.html
11
index.html
|
@ -57,10 +57,9 @@
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<hr>
|
||||
<span class='small'>Powered by </span>
|
||||
<a href='http://pivotallabs.com' target='_blank'>
|
||||
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
|
||||
</a>
|
||||
</hr>
|
||||
<hr />
|
||||
<span class='small'>Powered by </span>
|
||||
<a href='http://pivotallabs.com' target='_blank'>
|
||||
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
|
||||
</a>
|
||||
</body>
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
%h3 BDD for JavaScript
|
||||
%section{ :class => "content" }= yield
|
||||
%hr
|
||||
%span.small Powered by
|
||||
%a{ :href => "http://pivotallabs.com" , :target => '_blank' }
|
||||
%img{ :src => "/jasmine/images/pivotal_logo.gif", :alt => "Pivotal Labs, Inc." }
|
||||
%span.small Powered by
|
||||
%a{ :href => "http://pivotallabs.com" , :target => '_blank' }
|
||||
%img{ :src => "/jasmine/images/pivotal_logo.gif", :alt => "Pivotal Labs, Inc." }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue