X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/87918595da1e1fad2ddd7aa62f9fc537dff657ff..d5e6acaaceb5e74a76369bdfb9413d26ba99e721:/app/views/user/account.html.erb
diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb
index 92b3407bf..352adf887 100644
--- a/app/views/user/account.html.erb
+++ b/app/views/user/account.html.erb
@@ -3,10 +3,10 @@
<% end %>
<% content_for :heading do %>
-
<%= t 'user.account.my settings' %>
+ <%= t '.my settings' %>
- - <%= link_to t('user.account.return to profile'), :controller => 'user', :action => 'view', :display_name => current_user.display_name %>
- - <%= link_to t('user.view.oauth settings'), :controller => 'oauth_clients', :action => 'index' %>
+ - <%= link_to t('.return to profile'), user_path(current_user) %>
+ - <%= link_to t('user.show.oauth settings'), :controller => 'oauth_clients', :action => 'index' %>
<% end %>
@@ -21,15 +21,15 @@
@@ -47,99 +47,99 @@