diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-30 09:08:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-30 09:08:13 +0000 |
commit | bba9be6a4df3802b7e2ed126df05271aa630325d (patch) | |
tree | befd3b4ef94fb4bbd8814be9b6f9f1307ebadbd4 /app/views | |
parent | ebe10fa6452de7ea6c5759bfd9c7b439091b54cd (diff) | |
download | redmine-bba9be6a4df3802b7e2ed126df05271aa630325d.tar.gz redmine-bba9be6a4df3802b7e2ed126df05271aa630325d.zip |
Removed an used li element in navigation menu.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@490 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/base.rhtml | 8 |
1 files changed, 1 insertions, 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 @@ <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> |