X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9077419ca810b400a0fe0c12a5dfa639218c3a01..81fb26d840767e04d364a0a24d186e1a35ab4b5f:/app/views/layouts/_header.html.erb?ds=sidebyside
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index 65b1729f0..c95cc4a75 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -3,9 +3,9 @@
" type="image/svg+xml">
- <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t('layouts.logo.alt_text'), :class => 'logo' %>
+ <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
- <%= t 'layouts.project_name.h1' %>
+ <%= t "layouts.project_name.h1" %>
@@ -13,16 +13,16 @@
<%= content_for :header %>
-
- <%= link_to t('layouts.edit'),
+ <%= link_to t("layouts.edit"),
edit_path,
:class => "tab geolink editlink",
- :id => 'editanchor',
+ :id => "editanchor",
:data => { :editor => preferred_editor } %>
-
- <%= link_to t('layouts.history'), history_path, :class => 'tab geolink' %>
+ <%= link_to t("layouts.history"), history_path, :class => "tab geolink" %>
-
- <%= link_to t('layouts.export'), export_path, :class => 'tab geolink' %>
+ <%= link_to t("layouts.export"), export_path, :class => "tab geolink" %>