]> git.openstreetmap.org Git - rails.git/commitdiff
Add parentheses to avoid warning.
authorTom Hughes <tom@compton.nu>
Mon, 5 Oct 2009 20:28:15 +0000 (20:28 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 5 Oct 2009 20:28:15 +0000 (20:28 +0000)
app/views/user_roles/grant.html.erb

index f9e54fd1c8cd757478d0fc4e169f413b04cbab1a..cee4112b7fd868882b41980f1c5687009303b4ff 100644 (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>
 <% @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 %>
 <% end %>