]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/show.html.erb
Update minimum ruby version to 3.2
[rails.git] / app / views / users / show.html.erb
index a32f5fae1e071337716f945fbd5b531093cd3e92..30245adedc79fe30f122af57a0fc31b24ab79bd6 100644 (file)
@@ -30,7 +30,7 @@
               <span class='badge count-number'><%= number_with_delimiter(current_user.diary_comments.size) %></span>
             </li>
             <li>
-              <%= link_to t(".my_account"), edit_account_path %>
+              <%= link_to t(".my_account"), account_path %>
             </li>
 
             <% if current_user.blocks.exists? %>