X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ecc4b64a23d0d27d5a1a2eb472082123cdf985cd..0444187cb6eccee4f77596c1a575d32e6c96192d:/app/views/layouts/_header.html.erb
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index 7e4dd96d3..725000a13 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -2,10 +2,10 @@
@@ -13,14 +13,16 @@
<%= content_for :header %>
-
- <%= link_to t('layouts.edit'), edit_path, :class => "tab geolink editlink",
- :id => 'editanchor',
- :data => { :editor => preferred_editor }
- %>
+ <%= link_to t("layouts.edit"),
+ edit_path,
+ :class => "tab geolink editlink",
+ :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" %>