From 2a9cacb6f1dc635817e9c54bdafd66030808fbe4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 5 Oct 2009 20:28:15 +0000 Subject: [PATCH 1/1] Add parentheses to avoid warning. --- app/views/user_roles/grant.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user_roles/grant.html.erb b/app/views/user_roles/grant.html.erb index f9e54fd1c..cee4112b7 100644 --- a/app/views/user_roles/grant.html.erb +++ b/app/views/user_roles/grant.html.erb @@ -3,5 +3,5 @@ <% @title = t('user_role.grant.heading') %>

<%= t('user_role.grant.heading') %>

<%= t('user_role.grant.are_you_sure', :name => params[:display_name], :role => params[:role]) %>

-

<%= submit_tag t'user_role.grant.confirm' %>

+

<%= submit_tag t('user_role.grant.confirm') %>

<% end %> -- 2.43.2