From: Jean-Philippe Lang Date: Mon, 30 Apr 2007 09:08:13 +0000 (+0000) Subject: Removed an used li element in navigation menu. X-Git-Tag: 0.5.1~103 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bba9be6a4df3802b7e2ed126df05271aa630325d;p=redmine.git Removed an used li element in navigation menu. git-svn-id: http://redmine.rubyforge.org/svn/trunk@490 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index 945803b0a..9d4a196d8 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -59,13 +59,7 @@
  • <%= link_to l(:label_logout), { :controller => 'account', :action => 'logout' }, :class => "icon icon-user" %>
  • <% else %>
  • <%= link_to l(:label_login), { :controller => 'account', :action => 'login' }, :class => "icon icon-user" %>
  • - <% end %> - - <% unless @project.nil? || @project.id.nil? %> -
  • -
  • - <% end %> - + <% end %>