Skip to content

Commit

Permalink
Header image now uses img helper for always-correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jun 28, 2010
1 parent ee2b98b commit 7812fa1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/layouts/application.haml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
#body #body
#contents #contents
#header #header
%a{:href => "index.html"} %a{:href => "/"}
%img{:src => "images/gembundler.png", :width => "725"}/ = img("gembundler.png", :width => 725, :alt => "The best way to manage your application's dependencies")
/%h1 The best way to manage your application's dependencies
= yield = yield


#footer #footer
Expand Down

0 comments on commit 7812fa1

Please sign in to comment.