X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..2a44ff581f4c547a3637ea52567a3398b1d8bfe0:/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 a23ce082d..200fbc7be 100644 --- a/app/views/oauth_clients/show.html.erb +++ b/app/views/oauth_clients/show.html.erb @@ -1,33 +1,33 @@ <% content_for :heading do %> -
- <%= t'oauth_clients.show.key' %> <%=@client_application.key %> + <%= t '.key' %> <%=@client_application.key %>
- <%= t'oauth_clients.show.secret' %> <%=@client_application.secret %> + <%= t '.secret' %> <%=@client_application.secret %>
- <%= t'oauth_clients.show.url' %> http<%='s' if request.ssl? %>://<%= request.host_with_port %><%=@client_application.oauth_server.request_token_path %> + <%= t '.url' %> http<%='s' if request.ssl? %>://<%= request.host_with_port %><%=@client_application.oauth_server.request_token_path %>
- <%= t'oauth_clients.show.access_url' %> http<%='s' if request.ssl? %>://<%= request.host_with_port %><%=@client_application.oauth_server.access_token_path %> + <%= t '.access_url' %> http<%='s' if request.ssl? %>://<%= request.host_with_port %><%=@client_application.oauth_server.access_token_path %>
- <%= t'oauth_clients.show.authorize_url' %> http<%='s' if request.ssl? %>://<%= request.host_with_port %><%=@client_application.oauth_server.authorize_path %> + <%= t '.authorize_url' %> http<%='s' if request.ssl? %>://<%= request.host_with_port %><%=@client_application.oauth_server.authorize_path %>
-<%= t'oauth_clients.show.requests' %>
+<%= t '.requests' %>
<%= t'oauth_clients.show.support_notice' %>
+<%= t '.support_notice' %>