X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bfd11bf79ae63f1dd5e2e76bcb4144ed7cf94289..4ef7b2c651e20f147719f3ff0bec0dc6bfd7ea2c:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 215b5ba31..2b7d6313e 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,7 +1,10 @@

- <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %> + + " type="image/svg+xml"> + <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t('layouts.logo.alt_text'), :class => 'logo' %> + <%= t 'layouts.project_name.h1' %>

@@ -41,20 +44,20 @@
  • <%= link_to t('layouts.help'), help_path %>
  • <%= link_to t('layouts.about'), about_path %>
  • <% if @user && @user.id %>