Project

General

Profile

« Previous | Next » 

Revision bb7981b5

Added by Ohad Levy about 14 years ago

  • ID bb7981b593d33115c7fc2acbb91c783a7ceb61dd

fixes #173 - redirection loop on login

View differences:

app/views/home/_topbar.rhtml
<% if @user -%>
<%= link_to "Sign Out #{@user.login}", {:controller => 'users', :action => 'logout' } %>
<%= link_to "Sign Out #{@user.login}", logout_path %>
<% end -%>
<%= link_to 'Wiki', "http://theforeman.org/wiki/foreman" %>
<%= link_to 'Support', "http://theforeman.org/projects/foreman/boards" %>

Also available in: Unified diff