diff --git a/download.html b/download.html index c3bf53d..1bbe285 100644 --- a/download.html +++ b/download.html @@ -58,4 +58,10 @@ +
+ Powered by   + + Pivotal Labs, Inc. + + diff --git a/index.html b/index.html index d6f1fc1..b73209c 100644 --- a/index.html +++ b/index.html @@ -56,13 +56,11 @@ Follow @JasmineBDD on Twitter -
- - Powered by   - - Pivotal Labs, Inc. - - - +
+ Powered by   + + Pivotal Labs, Inc. + + diff --git a/src/layouts/default.haml b/src/layouts/default.haml index 4101a6e..6986469 100644 --- a/src/layouts/default.haml +++ b/src/layouts/default.haml @@ -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   + %a{ :href => "http://pivotallabs.com" , :target => '_blank' } + %img{ :src => "/jasmine/images/pivotal_logo.gif", :alt => "Pivotal Labs, Inc." } + diff --git a/src/pages/index.haml b/src/pages/index.haml index 3e9caa2..82ba0b1 100644 --- a/src/pages/index.haml +++ b/src/pages/index.haml @@ -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   - %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" \ No newline at end of file