X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/35d5e9d19d9a5f5179b0d063418a3e3a23694772..1eb58bc6078129b0f4e2127ff77f8180674bd67f:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index ff349858c..931037319 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -122,4 +122,6 @@
<% 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 %> +

+<%= link_to t('user.view.my_oauth_details'), :controller => 'oauth_clients', :action => 'index' %> <% end %>