]> git.openstreetmap.org Git - rails.git/commit
Add unsubscribe link to changeset notification mails
authorTom Hughes <tom@compton.nu>
Sat, 24 Feb 2024 11:08:53 +0000 (11:08 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 25 Feb 2024 09:48:11 +0000 (09:48 +0000)
commitf0764d3ecae3aa9251eadff96990f4afe530924d
tree51193c1800c17a8c5533b9aff6521c0b2e8b29c7
parent8e21e4e80156a1fc29d7b283b254ff623ca844b6
Add unsubscribe link to changeset notification mails
12 files changed:
app/abilities/ability.rb
app/controllers/changesets_controller.rb
app/mailers/user_mailer.rb
app/views/changesets/_heading.html.erb [new file with mode: 0644]
app/views/changesets/no_such_entry.html.erb [new file with mode: 0644]
app/views/changesets/subscribe.html.erb [new file with mode: 0644]
app/views/changesets/unsubscribe.html.erb [new file with mode: 0644]
app/views/user_mailer/changeset_comment_notification.html.erb
app/views/user_mailer/changeset_comment_notification.text.erb
config/locales/en.yml
config/routes.rb
test/controllers/changesets_controller_test.rb