From: Adam Hoyle Date: Tue, 14 Dec 2021 10:42:42 +0000 (+0000) Subject: Merge branch 'master' into feature/add-communities-page X-Git-Tag: live~1937^2~23 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/46875fdde3ecdc37bb69e892b15509132a3bf9cf?hp=-c Merge branch 'master' into feature/add-communities-page --- 46875fdde3ecdc37bb69e892b15509132a3bf9cf diff --combined app/views/layouts/_header.html.erb index e9e88c1e0,0171752ff..904665ca7 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@@ -50,9 -50,6 +50,9 @@@ + @@@ -75,7 -72,6 +75,7 @@@ <% end %>
  • <%= link_to t("layouts.gps_traces"), traces_path, :class => "dropdown-item" %>
  • <%= link_to t("layouts.user_diaries"), diary_entries_path, :class => "dropdown-item" %>
  • +
  • <%= link_to t("layouts.communities"), communities_path, :class => "dropdown-item" %>
  • <%= link_to t("layouts.copyright"), copyright_path, :class => "dropdown-item" %>
  • <%= link_to t("layouts.help"), help_path, :class => "dropdown-item" %>
  • <%= link_to t("layouts.about"), about_path, :class => "dropdown-item" %>
  • @@@ -85,7 -81,7 +85,7 @@@ <% if current_user && current_user.id %>