X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4f31859c4a74ae65308cd44d29d9a3b9eca558ef..469f64384dc7d3266f40cb1a0afafd4df1abb6e8:/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 %>