Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor change to allow clicking on the logo
  • Loading branch information
rnhurt committed Nov 14, 2009
1 parent bfad948 commit c4cb4a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -24,7 +24,9 @@
<div class='container showgri'>
<div id='header' class='span-25 last'>

<div class='span-2'><img class='top' src='/images/logo.png' alt="logo" width='60px' height='60px' /></div>
<div class='span-2'>
<a href='/'><img class='top' src='/images/logo.png' alt="logo" width='60px' height='60px' /></a>
</div>

<% cache 'layout_header' do %>
<div class='span-12'>
Expand Down

0 comments on commit c4cb4a8

Please sign in to comment.