From bba9be6a4df3802b7e2ed126df05271aa630325d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 30 Apr 2007 09:08:13 +0000 Subject: [PATCH] Removed an used li element in navigation menu. git-svn-id: http://redmine.rubyforge.org/svn/trunk@490 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/layouts/base.rhtml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 %>