]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/show.html.erb
Moved oauth_clients page to a sub-page of the user - makes it more obvious that the...
[rails.git] / app / views / oauth_clients / show.html.erb
index 281af522278b79bef6eda189c58c22ded0968672..df8fbc2481b01d3a3db975b939c6653fef39d6eb 100644 (file)
@@ -24,5 +24,5 @@
 
 <p><%= t'oauth.client_application.show.support_notice' %></p>
 
-<p><%= link_to t('oauth.client_application.show.edit'), edit_oauth_client_url(@client_application) %></p>
+<p><%= link_to t('oauth.client_application.show.edit'), edit_oauth_client_url(@client_application.user.display_name, @client_application) %></p>