]> git.openstreetmap.org Git - rails.git/commit
Create issued blocks resource
authorAnton Khorev <tony29@yandex.ru>
Mon, 23 Dec 2024 23:51:45 +0000 (02:51 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 24 Dec 2024 04:54:11 +0000 (07:54 +0300)
commit7a4115f090c6a6f923b2fe31b505982ac006e992
treebdced6c114ad7fd58526317590658fab9cf1beb6
parent0b755d8630696b499a0705d175e78fef0909df92
Create issued blocks resource
12 files changed:
.rubocop_todo.yml
app/abilities/ability.rb
app/controllers/user_blocks_controller.rb
app/controllers/users/issued_blocks_controller.rb [new file with mode: 0644]
app/views/user_blocks/_navigation.html.erb
app/views/user_blocks/_page.html.erb
app/views/users/issued_blocks/show.html.erb [moved from app/views/user_blocks/blocks_by.html.erb with 77% similarity]
app/views/users/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/user_blocks_controller_test.rb
test/controllers/users/issued_blocks_controller_test.rb [new file with mode: 0644]