X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c9d35839befe92d916425baa4daec7dd77ade929..036519a4485948fe06fad43e30bbbb3e5df7bb6f:/app/views/oauth/authorize.html.erb diff --git a/app/views/oauth/authorize.html.erb b/app/views/oauth/authorize.html.erb index 7b0a2cc16..565d13808 100644 --- a/app/views/oauth/authorize.html.erb +++ b/app/views/oauth/authorize.html.erb @@ -15,5 +15,5 @@
  • <%= check_box_tag perm.to_s, "yes", @token.read_attribute(perm) %><%= t "oauth.oauthorize.#{perm}" %>
  • <% end %> -

    <%= submit_tag t("oauth.oauthorize.grant_access" %>

    +

    <%= submit_tag t("oauth.oauthorize.grant_access") %>

    <% end %>