X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a9f4549327c9f19ac1ec14116d754077158ad8c9..aa1fb6dbb8c2e71b8ce8c231ae1272a2dfebd75a:/app/views/oauth/authorize.html.erb diff --git a/app/views/oauth/authorize.html.erb b/app/views/oauth/authorize.html.erb index d8feeed26..6c8bc3a9e 100644 --- a/app/views/oauth/authorize.html.erb +++ b/app/views/oauth/authorize.html.erb @@ -2,7 +2,7 @@

<%= t "oauth.oauthorize.title" %>

<% end %> -

<%= raw t("oauth.oauthorize.request_access", :app_name => link_to(@token.client_application.name, @token.client_application.url), :user => link_to(@user.display_name, :controller => :user, :action => :view, :display_name => @user.display_name)) %>

+

<%= raw t("oauth.oauthorize.request_access", :app_name => link_to(@token.client_application.name, @token.client_application.url), :user => link_to(current_user.display_name, :controller => :user, :action => :view, :display_name => current_user.display_name)) %>

<%= form_tag authorize_url do %> <%= hidden_field_tag "oauth_token", @token.token %> @@ -10,10 +10,10 @@ <%= hidden_field_tag "oauth_callback", params[:oauth_callback] %> <%- end -%>

<%= t 'oauth.oauthorize.allow_to' %>

-