X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dc28f1dccc5589afa667bf6959f12e6b18589459..8cef62cd2cec4a297e46b4f2a86c9afeadb3b283:/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 27314cfc7..e4f640e35 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -50,6 +50,9 @@ + @@ -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" %>