]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/error.html.erb
Added greeting to friendship notification
[rails.git] / app / views / layouts / error.html.erb
index db6179769ded9e4c8a23d67812b6a40d5dd7e27b..dfcb3cb91c27a7924ded612df5a5596b71c9cb7a 100644 (file)
@@ -8,10 +8,7 @@
   </head>
   <body>
     <a href="<%= root_path %>">
-      <picture>
-        <source srcset="<%= image_path "osm_logo.svg" %>" type="image/svg+xml" />
-        <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
-      </picture>
+      <%= image_tag "osm_logo.svg", :alt => t("layouts.logo.alt_text"), :class => "logo" %>
     </a>
     <div class="details">
       <%= yield %>