Skip to content

Commit

Permalink
[webui] make sure we don't break between Log and Out, this looks silly
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Mar 3, 2012
1 parent 0ec6fc9 commit ebeb1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/layouts/_personal_navigation.html.erb
Expand Up @@ -5,7 +5,7 @@
<%= link_to pluralize(@nr_requests_that_need_work, 'Request'), {:controller => 'home', :action => 'my_work'}, {:title => "Number of requests concerning #{@user}"} %>
<% end %> |
<%= link_to "Home Project", :controller => 'project', :action => :show, :project => "home:#{session[:login]}" %> |
<%= link_to 'Log Out', { :controller => 'user', :action => 'logout' }, :method => :post %>
<%= link_to "Log&nbsp;Out", { :controller => 'user', :action => 'logout' }, :method => :post %>
<% else %>
<% if PROXY_AUTH_MODE == :on %>
<% if defined?(PROXY_AUTH_REGISTER_PAGE) %>
Expand Down

0 comments on commit ebeb1e9

Please sign in to comment.