]> git.openstreetmap.org Git - rails.git/commit
Create changeset subscription resource
authorAnton Khorev <tony29@yandex.ru>
Wed, 22 Jan 2025 16:43:57 +0000 (19:43 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 22 Jan 2025 16:50:41 +0000 (19:50 +0300)
commit84a3a41531cd283ddfe5a86de1a0656c8cdd2185
treef0a84ec5228fb0efa9994d8f97a8dee0e1e94432
parent7b19ba580c42f177d295011a136bb38957b475bc
Create changeset subscription resource
17 files changed:
app/abilities/ability.rb
app/controllers/changeset_subscriptions_controller.rb [new file with mode: 0644]
app/controllers/changesets_controller.rb
app/mailers/user_mailer.rb
app/views/changeset_subscriptions/_heading.html.erb [moved from app/views/changesets/_heading.html.erb with 100% similarity]
app/views/changeset_subscriptions/no_such_entry.html.erb [new file with mode: 0644]
app/views/changeset_subscriptions/show.html.erb [new file with mode: 0644]
app/views/changesets/no_such_entry.html.erb [deleted file]
app/views/changesets/subscribe.html.erb [deleted file]
app/views/changesets/unsubscribe.html.erb [deleted file]
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/changeset_subscriptions_controller_test.rb [new file with mode: 0644]
test/controllers/changesets_controller_test.rb
test/mailers/user_mailer_test.rb