Add missing parenthesis

Fixes #1037
This commit is contained in:
Tom Hughes 2015-08-19 08:22:00 +01:00
parent c9d35839be
commit 036519a448

View file

@ -15,5 +15,5 @@
<li><%= check_box_tag perm.to_s, "yes", @token.read_attribute(perm) %><%= t "oauth.oauthorize.#{perm}" %></li>
<% end %>
</ul>
<p><%= submit_tag t("oauth.oauthorize.grant_access" %></p>
<p><%= submit_tag t("oauth.oauthorize.grant_access") %></p>
<% end %>