X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4635fcf04a2d56160519cc5c20c578ec30d6dbcd..1f1a20e5399d957c8f45a36d5d880aac84a95d3f:/app/views/layouts/_header.html.erb?ds=sidebyside diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index f09812972..69e323a99 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -85,7 +85,7 @@ <%= number_with_delimiter(current_user.new_messages.size) %> <% end %> <%= link_to t("users.show.my profile"), current_user, :class => "dropdown-item" %> - <%= link_to t("users.show.my_account"), 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" %> <% if current_user.home_location? %>