X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/655dc6787e9092a004b582b52ff8e9ccd0d40bb3..6674873478c9fe221d2fd78f76cabc6d4b03c0aa:/app/views/oauth_clients/show.html.erb?ds=sidebyside diff --git a/app/views/oauth_clients/show.html.erb b/app/views/oauth_clients/show.html.erb index 281af5222..df8fbc248 100644 --- a/app/views/oauth_clients/show.html.erb +++ b/app/views/oauth_clients/show.html.erb @@ -24,5 +24,5 @@
<%= t'oauth.client_application.show.support_notice' %>
-<%= link_to t('oauth.client_application.show.edit'), edit_oauth_client_url(@client_application) %>
+<%= link_to t('oauth.client_application.show.edit'), edit_oauth_client_url(@client_application.user.display_name, @client_application) %>