X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/196ac7c0d5c1e22e62f10d2a161723ff6eef847d..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/app/views/oauth/authorize.html.erb diff --git a/app/views/oauth/authorize.html.erb b/app/views/oauth/authorize.html.erb index efb7de7ec..c480b4c99 100644 --- a/app/views/oauth/authorize.html.erb +++ b/app/views/oauth/authorize.html.erb @@ -2,14 +2,14 @@

<%= t ".title" %>

<% end %> -

<%= raw t(".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)) %>

+

<%= raw t(".request_access", :app_name => link_to(@token.client_application.name, @token.client_application.url), :user => link_to(current_user.display_name, user_path(current_user))) %>

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

<%= t '.allow_to' %>

+

<%= t ".allow_to" %>