From: Tom Hughes Date: Wed, 19 Aug 2015 07:22:00 +0000 (+0100) Subject: Add missing parenthesis X-Git-Tag: live~4019 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/036519a4485948fe06fad43e30bbbb3e5df7bb6f?hp=c9d35839befe92d916425baa4daec7dd77ade929 Add missing parenthesis Fixes #1037 --- 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 %>