]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_roles/grant.html.erb
Remove use of wildcard cache expiry
[rails.git] / 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>
-<p><%= submit_tag t'user_role.grant.confirm' %></p>
+<p><%= submit_tag t('user_role.grant.confirm') %></p>
 <% end %>