X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/59eebc05b2de2c85033237c06d9474d5072b4d1f..0d5be22cb517ebaaab5eb7af13150bf61e41df56:/app/views/oauth_clients/show.html.erb 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) %>