X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/44629832dd0207d7b0f50b93f1d00b4373dd4d49..16f5a5ac0c674b258996fcbde1c3fda2e651906a:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index efe9efdf8..116cf227d 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' %>

@@ -37,15 +40,17 @@ @@ -61,7 +66,7 @@
  • <%= link_to inbox_path(:display_name => @user.display_name) do %> <%= number_with_delimiter(@user.new_messages.size) %> - <%= t('message.inbox.my_inbox') %> + <%= t('user.view.my messages') %> <% end %>