X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/daf55682f8d2a2f7f5c424beb67aeca60f57f4f5..2d9a083b365e5cfa527c40add35464630c1a9b00:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 1edbf7e5c..c4f2ebad6 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,31 +1,33 @@

- <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %> - <%= t 'layouts.project_name.h1' %> + + <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %> + <%= t 'layouts.project_name.h1' %> +

@@ -37,11 +39,39 @@
  • <%= link_to t('layouts.about'), about_path %>
  • <% if @user %> - <%= render :partial => "layouts/user_menu" %> + <% else %> -