]> git.openstreetmap.org Git - rails.git/commit
Move profile-related settings to their own form
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Jul 2021 16:39:09 +0000 (17:39 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Jul 2021 16:45:19 +0000 (17:45 +0100)
commitcaf2e2a242182f2c0dac78fc3f2f39b3fbbc8299
tree12a3dc1776f4aeb29e589d1b778a3b4fe56a30bc
parent9b8f2bbcbe2ce3a60919e6a0adcca2865f176090
Move profile-related settings to their own form

Refs #3167
app/abilities/ability.rb
app/controllers/confirmations_controller.rb
app/controllers/profiles_controller.rb [new file with mode: 0644]
app/controllers/users_controller.rb
app/views/profiles/edit.html.erb [new file with mode: 0644]
app/views/users/account.html.erb
app/views/users/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/profiles_controller_test.rb [new file with mode: 0644]
test/controllers/users_controller_test.rb