]> git.openstreetmap.org Git - rails.git/commit
Add diary entry subscribe/unsubscribe GET pages
authorAnton Khorev <tony29@yandex.ru>
Sat, 17 Feb 2024 02:43:13 +0000 (05:43 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 17 Feb 2024 02:43:13 +0000 (05:43 +0300)
commit3a873b16685c441bb4d68c323006db2fd2b71c5c
treef050ef5095fa1b60ca835976b27be6dbb8329b26
parentd22e851557581fe92d837fb99705e5541582c9fe
Add diary entry subscribe/unsubscribe GET pages
app/controllers/diary_entries_controller.rb
app/views/diary_entries/_diary_entry.html.erb
app/views/diary_entries/_diary_entry_heading.html.erb [new file with mode: 0644]
app/views/diary_entries/subscribe.html.erb [new file with mode: 0644]
app/views/diary_entries/unsubscribe.html.erb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
test/controllers/diary_entries_controller_test.rb