]> git.openstreetmap.org Git - rails.git/blob - app/views/layouts/error.html.erb
5b8e117522e77585dd91f6464be715e07d0c855e
[rails.git] / app / views / layouts / error.html.erb
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3   <head>
4     <meta charset="utf-8">
5     <title>OpenStreetMap</title>
6     <%= stylesheet_link_tag "errors", :media => "screen" %>
7     <%= render :partial => "layouts/meta" %>
8   </head>
9   <body>
10     <a href="<%= root_path %>" class="logo">
11       <%= image_tag "osm_logo.svg", :alt => t("layouts.logo.alt_text") %>
12     </a>
13     <div class="details">
14       <%= yield %>
15     </div>
16   </body>
17 </html>