X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ef40b61ff40881966ae4280cfdcb9f92965e9d10..5f33656c8d6725969ac63dbfe038633ad0e4352f:/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 deleted file mode 100644 index cee4112b7..000000000 --- a/app/views/user_roles/grant.html.erb +++ /dev/null @@ -1,7 +0,0 @@ -<% form_tag request.request_uri do %> -<%= hidden_field_tag 'nonce', @nonce %> -<% @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') %>

-<% end %>