]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_header.html.erb
Add show_redactions param to changeset downloads
[rails.git] / app / views / layouts / _header.html.erb
index 1f5856908abed577e1a18c580b94a7c679dfeb51..69e323a997d6222a34e6f37d3ec46301cb35d29a 100644 (file)
@@ -85,7 +85,7 @@
             <span class='badge count-number'><%= number_with_delimiter(current_user.new_messages.size) %></span>
           <% end %>
           <%= link_to t("users.show.my profile"), current_user, :class => "dropdown-item" %>
-          <%= link_to t("users.show.my settings"), edit_account_path, :class => "dropdown-item" %>
+          <%= link_to t("users.show.my_account"), account_path, :class => "dropdown-item" %>
           <%= link_to t("users.show.my_preferences"), preferences_path, :class => "dropdown-item" %>
           <div class="dropdown-divider"></div>
           <% if current_user.home_location? %>