X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/36b0a3d1355fcbac0ab4a121e09a899a7d21a748..86912a61df67582b37d0ae5cb6542bc41aa5a41f:/app/views/layouts/_header.html.erb
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index fe5bf23c5..a6e390071 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -59,6 +59,9 @@
<%= link_to t("layouts.about"), about_path, :class => "nav-link" %>
+
+ <%= link_to t("layouts.communities"), communities_path, :class => "nav-link" %>
+
<%= t "layouts.more" %>
@@ -96,6 +100,7 @@
<% end %>
<%= link_to t("users.show.my profile"), user_path(current_user), :class => "dropdown-item" %>
<%= link_to t("users.show.my settings"), { :controller => "users", :action => "account", :display_name => current_user.display_name }, { :class => "dropdown-item" } %>
+ <%= link_to t("users.show.my_preferences"), preferences_path, :class => "dropdown-item" %>
<%= yield :greeting %>
<%= link_to t("layouts.logout"), logout_path(:referer => request.fullpath), :method => "post", :class => "geolink dropdown-item" %>