Fix the powered by

This commit is contained in:
Davis W. Frank 2011-01-25 13:19:36 -08:00
parent 29af31ef73
commit b27c40c0c9
4 changed files with 18 additions and 15 deletions

View File

@ -58,4 +58,10 @@
</tr>
</table>
</section>
<hr>
<span class='small'>Powered by &nbsp;</span>
<a href='http://pivotallabs.com' target='_blank'>
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
</a>
</hr>
</body>

View File

@ -56,13 +56,11 @@
<a href="http://twitter.com/JasmineBDD">Follow @JasmineBDD on Twitter</a>
</li>
</ul>
<hr>
<span class='small'>
Powered by &nbsp;
<a href='http://pivotallabs.com' target='_blank'>
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
</a>
</span>
</hr>
</section>
<hr>
<span class='small'>Powered by &nbsp;</span>
<a href='http://pivotallabs.com' target='_blank'>
<img alt='Pivotal Labs, Inc.' src='/jasmine/images/pivotal_logo.gif' />
</a>
</hr>
</body>

View File

@ -11,4 +11,9 @@
%img{ :src => "/jasmine/images/jasmine_logo.png", :alt => "Jasmine: BDD for your JavaScript" }
%h3 BDD for JavaScript
%section{ :class => "content" }= yield
%hr
%span.small Powered by &nbsp;
%a{ :href => "http://pivotallabs.com" , :target => '_blank' }
%img{ :src => "/jasmine/images/pivotal_logo.gif", :alt => "Pivotal Labs, Inc." }

View File

@ -38,10 +38,4 @@
%li= link "Project Backlog at Pivotal Tracker", "http://www.pivotaltracker.com/projects/10606", :target => '_blank'
%li
%img{:src => "http://twitter-badges.s3.amazonaws.com/t_mini-c.png"}
= link "Follow @JasmineBDD on Twitter", "http://twitter.com/JasmineBDD"
%hr
%span.small
Powered by &nbsp;
%a{ :href => "http://pivotallabs.com" , :target => '_blank' }
%img{ :src => "/jasmine/images/pivotal_logo.gif", :alt => "Pivotal Labs, Inc." }
= link "Follow @JasmineBDD on Twitter", "http://twitter.com/JasmineBDD"