Add parentheses to avoid warning.
This commit is contained in:
parent
7de5220090
commit
2a9cacb6f1
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue