]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.html.erb
Rename user#view to user#show
[rails.git] / app / views / user / account.html.erb
index 16fbc46ca828bfc48ab6854beccaf30a9b2ee47d..352adf8873adc759bbca9105301ae29f71b6c292 100644 (file)
@@ -6,7 +6,7 @@
   <h1><%= t '.my settings' %></h1>
   <ul class='secondary-actions clearfix'>
     <li><%= link_to t('.return to profile'), user_path(current_user) %></li>
-    <li><%= link_to t('user.view.oauth settings'), :controller => 'oauth_clients', :action => 'index' %></li>
+    <li><%= link_to t('user.show.oauth settings'), :controller => 'oauth_clients', :action => 'index' %></li>
   </ul>
 <% end %>