2 <html lang="<%= I18n.locale %>" dir="<%= dir %>">
5 <title><%= t "layouts.project_name.title" %></title>
6 <%= stylesheet_link_tag "errors", :media => "screen" %>
7 <%= render "layouts/meta", :title => @title, :opengraph_properties => @opengraph_properties %>
11 <a href="<%= root_path %>" class="logo">
12 <%= image_tag "osm_logo.svg", :alt => t("layouts.logo.alt_text") %>