X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9077419ca810b400a0fe0c12a5dfa639218c3a01..58e95f7ea46accda6359b187ce5936aad4ac5945:/app/views/layouts/error.html.erb diff --git a/app/views/layouts/error.html.erb b/app/views/layouts/error.html.erb index f429feb59..9b5f4f34b 100644 --- a/app/views/layouts/error.html.erb +++ b/app/views/layouts/error.html.erb @@ -6,7 +6,12 @@ <%= stylesheet_link_tag "errors", :media => "screen" %> - <%= image_tag "osm_logo.png", :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" %> + +
<%= yield %>