From b27c40c0c967ba9e059929bc5d5a83896bb8dc8e Mon Sep 17 00:00:00 2001 From: "Davis W. Frank" Date: Tue, 25 Jan 2011 13:19:36 -0800 Subject: [PATCH] Fix the powered by --- download.html | 6 ++++++ index.html | 14 ++++++-------- src/layouts/default.haml | 5 +++++ src/pages/index.haml | 8 +------- 4 files changed, 18 insertions(+), 15 deletions(-) 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