X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6ff6b2f5273df9dfa2497f89b97609182d38a61f..becccea034bc1ca4609c904095f4f86e17e349b4:/app/views/layouts/_header.html.erb?ds=sidebyside diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 09a75d891..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 %>