X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/70be43201aeb20d038ed66eefb87251e8efba87a..a70898be6dde1e9e9f61f90f8dc9b2c18a6f9287:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 869d76cd7..a5ab460ce 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' %>

@@ -45,39 +48,39 @@ - <% if @user && @user.id %> + <% if current_user && current_user.id %>