X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/17f05fdb13cab3fc2f430c54ec7ad6557c53eeeb..294b098a0d3d0774e4caa39ff426a7a0f3bad53a:/app/views/user_roles/grant.html.erb diff --git a/app/views/user_roles/grant.html.erb b/app/views/user_roles/grant.html.erb index f9e54fd1c..13f81184c 100644 --- a/app/views/user_roles/grant.html.erb +++ b/app/views/user_roles/grant.html.erb @@ -1,7 +1,7 @@ -<% form_tag request.request_uri do %> +<%= form_tag request.fullpath do %> <%= hidden_field_tag 'nonce', @nonce %> <% @title = 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 %>