Removed an used li element in navigation menu.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@490 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-04-30 09:08:13 +00:00
parent ebe10fa645
commit bba9be6a4d
1 changed files with 1 additions and 7 deletions

View File

@ -59,13 +59,7 @@
<li class="right"><%= link_to l(:label_logout), { :controller => 'account', :action => 'logout' }, :class => "icon icon-user" %></li>
<% else %>
<li class="right"><%= link_to l(:label_login), { :controller => 'account', :action => 'login' }, :class => "icon icon-user" %></li>
<% end %>
<% unless @project.nil? || @project.id.nil? %>
<li class="right" style="padding-right:0.8em;">
</li>
<% end %>
<% end %>
</ul>
</div>