Navigation Menu

Skip to content

Commit

Permalink
Logo should link to home.
Browse files Browse the repository at this point in the history
  • Loading branch information
euank committed Jan 8, 2013
1 parent e6892cd commit 6997c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/default.html.erb
@@ -1,7 +1,7 @@
<% content_for :content do %>
<%= render 'layouts/news' %>
<div id="header">
<div id="title"><h2 id="site-title"><%= image_tag('logo_small.png', :alt => CONFIG['app_name'], :size=> '484x75', :id => 'logo') %><span><%= tag_header(params[:tags]) %></span></h2></div>
<div id="title"><h2 id="site-title"><%= link_to image_tag('logo_small.png', :alt => CONFIG['app_name'], :size=> '484x75', :id => 'logo'), CONFIG['url_base'] %><span><%= tag_header(params[:tags]) %></span></h2></div>
<%= render :partial => "layouts/menu" %>
</div>
<%= render :partial => "layouts/login" %>
Expand Down

0 comments on commit 6997c56

Please sign in to comment.