]> git.openstreetmap.org Git - rails.git/commit
Added a confirmation step to the process of granting and revoking user roles.
authorMatt Amos <zerebubuth@gmail.com>
Mon, 28 Sep 2009 17:35:39 +0000 (17:35 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 28 Sep 2009 17:35:39 +0000 (17:35 +0000)
commit30d5e783e478789d2454e85c6d5b621b07a11081
treec556e9ad0bea07bc2ce3bc0f7aae6bc001e1431a
parentab1444f338a4e1a94f30c50dbdff4c51a604f135
Added a confirmation step to the process of granting and revoking user roles.
app/controllers/user_roles_controller.rb
app/views/user_roles/edit.html.erb [deleted file]
app/views/user_roles/grant.html.erb [new file with mode: 0644]
app/views/user_roles/index.html.erb [deleted file]
app/views/user_roles/new.html.erb [deleted file]
app/views/user_roles/revoke.html.erb [new file with mode: 0644]
app/views/user_roles/show.html.erb [deleted file]
config/locales/en.yml
test/functional/user_roles_controller_test.rb