mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-08-16 17:07:06 +00:00
use bars not slashes
This commit is contained in:
@ -21,10 +21,10 @@
|
||||
|
||||
<span id="greeting">
|
||||
<% if @user %>
|
||||
Welcome, <%= @user.email %> /
|
||||
Welcome, <%= @user.email %> |
|
||||
<%= link_to 'Logout', {:controller => 'user', :action => 'logout'}, {:id => 'loginanchor'}%>
|
||||
<% else %>
|
||||
<%= link_to 'Login', {:controller => 'user', :action => 'login'}, {:id => 'loginanchor'}%> /
|
||||
<%= link_to 'Login', {:controller => 'user', :action => 'login'}, {:id => 'loginanchor'}%> |
|
||||
<%= link_to 'Sign up', {:controller => 'user', :action => 'new'}, {:id => 'registeranchor'} %>
|
||||
<% end %>
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user