Add parentheses to avoid warning.

This commit is contained in:
Tom Hughes 2009-10-05 20:28:15 +00:00
parent 7de5220090
commit 2a9cacb6f1

View file

@ -3,5 +3,5 @@
<% @title = t('user_role.grant.heading') %>
<h1><%= t('user_role.grant.heading') %></h1>
<p><%= t('user_role.grant.are_you_sure', :name => params[:display_name], :role => params[:role]) %></p>
<p><%= submit_tag t'user_role.grant.confirm' %></p>
<p><%= submit_tag t('user_role.grant.confirm') %></p>
<% end %>