Commit 681bbf02 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

removed "selected" class on Home menu item

git-svn-id: http://redmine.rubyforge.org/svn/trunk@172 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent c80de840
......@@ -33,7 +33,7 @@
<div id="navigation">
<ul>
<li class="selected"><%= link_to l(:label_home), { :controller => '' }, :class => "icon icon-home" %></li>
<li><%= link_to l(:label_home), { :controller => '' }, :class => "icon icon-home" %></li>
<li><%= link_to l(:label_my_page), { :controller => 'my', :action => 'page'}, :class => "icon icon-mypage" %></li>
<li><%= link_to l(:label_project_plural), { :controller => 'projects' }, :class => "icon icon-projects" %></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment