X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3ec67ea2d395f9ae78f806f8e583e10d691861de..0f83081847a2dcd232dca43d1fe189769fa87b5f:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index e17c6a77b..a2a63b406 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -3,9 +3,9 @@ " type="image/svg+xml"> - <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t('layouts.logo.alt_text'), :class => 'logo' %> + <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %> - <%= t 'layouts.project_name.h1' %> + <%= t "layouts.project_name.h1" %> @@ -13,14 +13,16 @@ <%= content_for :header %> @@ -40,70 +42,74 @@ <% if current_user && current_user.id %> <% else %> <% end %>