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