]> git.openstreetmap.org Git - rails.git/commit
Split user preferences into a separate page
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 30 Jun 2021 17:02:42 +0000 (18:02 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Jul 2021 16:40:20 +0000 (17:40 +0100)
commit2403630da87df8a3b57913e8949ae0ff8f611d22
treef01ce7f8649f1fe1f1cb2a1294968b28c8939220
parent459a798f4545c939ca33eaeb694f838e83b7b076
Split user preferences into a separate page

Refs #3167
app/abilities/ability.rb
app/controllers/preferences_controller.rb [new file with mode: 0644]
app/controllers/users_controller.rb
app/views/layouts/_header.html.erb
app/views/preferences/edit.html.erb [new file with mode: 0644]
app/views/preferences/show.html.erb [new file with mode: 0644]
app/views/users/account.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/preferences_controller_test.rb [new file with mode: 0644]
test/controllers/users_controller_test.rb