X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b6f0c40a6084f245602393820400193373adf2aa..87ea9fcb021b9b67a79d35cb719a064a34a7784d:/app/views/layouts/_header.html.erb?ds=inline diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 0171752ff..3609b253e 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -96,7 +96,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"), user_account_path(current_user), :class => "dropdown-item" %> + <%= link_to t("users.show.my settings"), edit_account_path, :class => "dropdown-item" %> <%= link_to t("users.show.my_preferences"), preferences_path, :class => "dropdown-item" %> <%= yield :greeting %>