<%= link_to t("layouts.edit"),
edit_path,
- :class => "tab geolink editlink",
+ :class => "btn btn-outline-primary geolink editlink",
:id => "editanchor",
:data => { :editor => preferred_editor } %>
-
+
-
-
- <%= link_to t("layouts.history"), history_path, :class => "tab geolink" %>
-
-
- <%= link_to t("layouts.export"), export_path, :class => "tab geolink" %>
-
-
+
+ <%= link_to t("layouts.history"), history_path, :class => "btn btn-outline-primary geolink flex-grow-1 current_page_class(history_path)", :id => "history_tab" %>
+ <%= link_to t("layouts.export"), export_path, :class => "btn btn-outline-primary geolink current_page_class(export_path)", :id => "export_tab" %>
+