X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bf1b9a9b6038c9e906133e9a981cc91b9512237d..0baa293699cf6efaea979b342ec877af522213ca:/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 %>