]> git.openstreetmap.org Git - rails.git/commit
Move admin users list to its own controller
authorAnton Khorev <tony29@yandex.ru>
Tue, 10 Dec 2024 15:04:50 +0000 (18:04 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 10 Dec 2024 15:38:30 +0000 (18:38 +0300)
commit507c395f51c20c3c0d5375313ea1ca0ed4156c75
treeec495dd563caf0d9d332e3caadd43a9d95138259
parent7b05c1c060f3f85f47413ec7db984180514d3ba6
Move admin users list to its own controller
13 files changed:
.rubocop.yml
app/abilities/ability.rb
app/controllers/users/lists_controller.rb [new file with mode: 0644]
app/controllers/users_controller.rb
app/views/users/lists/_page.html.erb [moved from app/views/users/_page.html.erb with 84% similarity]
app/views/users/lists/_user.html.erb [moved from app/views/users/_user.html.erb with 88% similarity]
app/views/users/lists/show.html.erb [moved from app/views/users/index.html.erb with 100% similarity]
app/views/users/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/users/lists_controller_test.rb [new file with mode: 0644]
test/controllers/users_controller_test.rb
test/system/users_test.rb