]> git.openstreetmap.org Git - rails.git/commit
Move edit account action to show
authorAnton Khorev <tony29@yandex.ru>
Sun, 16 Feb 2025 23:35:09 +0000 (02:35 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 17 Feb 2025 14:14:31 +0000 (17:14 +0300)
commitd1de8462d6a3b6828c63952e34079739e28823c4
tree130ff63bf2536533b0d7b6ca69f850f034564c4f
parent9929c1b585bd0e0b088cc785af06720d46f2dcce
Move edit account action to show
25 files changed:
app/abilities/ability.rb
app/controllers/accounts/pd_declarations_controller.rb
app/controllers/accounts/terms_controller.rb
app/controllers/accounts_controller.rb
app/controllers/confirmations_controller.rb
app/controllers/user_mutes_controller.rb
app/controllers/users_controller.rb
app/views/accounts/deletions/show.html.erb
app/views/accounts/show.html.erb [moved from app/views/accounts/edit.html.erb with 100% similarity]
app/views/application/_auth_providers.html.erb
app/views/application/_settings_menu.html.erb
app/views/layouts/_header.html.erb
app/views/site/_not_public_flash.erb
app/views/users/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/accounts/pd_declarations_controller_test.rb
test/controllers/accounts/terms_controller_test.rb
test/controllers/accounts_controller_test.rb
test/controllers/confirmations_controller_test.rb
test/controllers/users_controller_test.rb
test/system/account_deletion_test.rb
test/system/user_email_change_test.rb
test/system/user_muting_test.rb
test/system/user_suspension_test.rb