X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d8d1ab17764e5e0a7af99248cb5047d2af99d534..c07bb0745d1ebc58637f8b46f8615dca03fada2d:/app/views/layouts/_header.html.erb
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index a6e390071..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" %>
@@ -59,9 +62,6 @@
<%= link_to t("layouts.about"), about_path, :class => "nav-link" %>
-
- <%= link_to t("layouts.communities"), communities_path, :class => "nav-link" %>
-
<%= t "layouts.more" %>
@@ -99,7 +99,7 @@
<%= number_with_delimiter(current_user.new_messages.size) %>
<% 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 settings"), user_account_path(current_user), :class => "dropdown-item" %>
<%= link_to t("users.show.my_preferences"), preferences_path, :class => "dropdown-item" %>
<%= yield :greeting %>