]> git.openstreetmap.org Git - rails.git/commit
Form to manage notification preferences
authorPablo Brasero <pablo@pablobm.com>
Tue, 14 Apr 2026 09:32:08 +0000 (10:32 +0100)
committerPablo Brasero <pablo@pablobm.com>
Wed, 6 May 2026 09:59:24 +0000 (10:59 +0100)
commitceab926d2fbf95f8c3097e1a10ec7f025ac3a2cf
treed0d0b223bc49ac7272b2cb6a80aee2beb4fa65c7
parent53ea57330e661d1faa8ca7e25d3a5e25d1f67ce5
Form to manage notification preferences
.rubocop_todo.yml
app/controllers/preferences/notification_preferences_controller.rb [new file with mode: 0644]
app/helpers/user_notification_preferences_helper.rb [new file with mode: 0644]
app/models/user.rb
app/models/user_notification_preferences.rb
app/views/preferences/notification_preferences/show.html.erb [new file with mode: 0644]
app/views/preferences/preferences/_navigation.html.erb
config/locales/en.yml
config/routes.rb
test/system/notification_preferences_test.rb [new file with mode: 0644]