X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d07277efba0c0069705bbefa68f2624a9c6c9ff0..7c55604f272cdbcbec36ce3831ee9118e006eb2c:/app/views/layouts/site.rhtml diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index a0034a5ef..c2e4c9bfc 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -10,94 +10,84 @@ + <% if params[:controller] == 'site' and params[:action] == 'index' %> +
+ <% end %>
-<% if flash[:notice] %> -
<%= flash[:notice] %>
-<% end %> + <% if flash[:notice] %> +
<%= flash[:notice] %>
+ <% end %> - <%= yield %> + <%= yield %> -
+ - - <% if @user %> - Welcome, <%= @user.display_name %> | - <%= link_to 'logout', {:controller => 'user', :action => 'logout'}, {:id => 'loginanchor'}%> - <% else %> - <%= link_to 'log in', {:controller => 'user', :action => 'login'}, {:id => 'loginanchor'}%> | - <%= link_to 'sign up', {:controller => 'user', :action => 'new'}, {:id => 'registeranchor'} %> - <% end %> - - -
-
- <% unless @user %> -
- OpenStreetMap is a free editable map of the whole world. It is made by people like you. -

- OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth. -

- OpenStreetMap's hosting is kindly supported by the UCL VR Centre and bytemark. -

- <% end %> - -
- Help & Wiki
- News blog
- Shop
-
- - +
-
- -
- - <%= yield :optionals %> - - - - + + + +