]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/view.html.erb
Fix file_column plugin to generate absolute URLs without falling over
[rails.git] / app / views / user / view.html.erb
index ff349858c9229fd42916982fd0786c5fed3207f1..931037319a2d909d21815efa7cb6820778a64621 100644 (file)
 <br/>
 <% if @user and @this_user.id == @user.id %>
 <%= link_to t('user.view.change your settings'), :controller => 'user', :action => 'account', :display_name => @user.display_name %>
+<br/><br/>
+<%= link_to t('user.view.my_oauth_details'), :controller => 'oauth_clients', :action => 'index' %>
 <% end %>