summaryrefslogtreecommitdiffstats
path: root/app/views/layouts/base.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/base.rhtml')
-rw-r--r--app/views/layouts/base.rhtml8
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>