]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/show.html.erb
Refactor the account edit/update pages out into a separate accounts controller
[rails.git] / app / views / users / show.html.erb
index 2a195ca60d40d659569d84bbb73010de47addf5c..b55e61f26d48a412e62a526c2dc61925f17a7264 100644 (file)
@@ -28,7 +28,7 @@
               <%= link_to t(".my comments"), diary_comments_path(current_user) %>
             </li>
             <li>
-              <%= link_to t(".my settings"), user_account_path(current_user) %>
+              <%= link_to t(".my settings"), edit_account_path %>
             </li>
 
             <% if current_user.blocks.exists? %>