X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d797de431716252ac03ad390b3233c91fa3c50b2..c07bb0745d1ebc58637f8b46f8615dca03fada2d:/app/views/layouts/_header.html.erb
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index a20474b57..bd1c10c39 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -50,6 +50,9 @@
<%= link_to t("layouts.user_diaries"), diary_entries_path, :class => "nav-link" %>
+
+ <%= link_to t("layouts.communities"), communities_path, :class => "nav-link" %>
+
<%= link_to t("layouts.copyright"), copyright_path, :class => "nav-link" %>
@@ -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" %>