]> git.openstreetmap.org Git - rails.git/blob - app/views/layouts/error.html.erb
Merge pull request #5677 from tomhughes/user-list-enhancements
[rails.git] / app / views / layouts / error.html.erb
1 <!DOCTYPE html>
2 <html lang="<%= I18n.locale %>" dir="<%= dir %>">
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     <main>
11       <a href="<%= root_path %>" class="logo">
12         <%= image_tag "osm_logo.svg", :alt => t("layouts.logo.alt_text") %>
13       </a>
14       <div class="details">
15         <%= yield %>
16       </div>
17     </main>
18   </body>
19 </html>