X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ba9a00b10cc8a075a5a4090a1601e3d3b72b2ec1..3159c3c3f715250ef97e468eb155b868322b0426:/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 8411fefdb..6df8f02da 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" %>