]> git.openstreetmap.org Git - rails.git/commit
Create page to list notifications
authorPablo Brasero <pablo@pablobm.com>
Mon, 20 Apr 2026 13:29:16 +0000 (14:29 +0100)
committerPablo Brasero <pablo@pablobm.com>
Thu, 23 Jul 2026 09:14:07 +0000 (10:14 +0100)
commit3163c3f8e90f5545c1527bcbf501145ae24b51f6
tree92d7d6261609ed96040818b54fe1dbec104a32e3
parent8f633bc0736c9ff5d7bec222377f6fddb674c506
Create page to list notifications
app/abilities/ability.rb
app/controllers/notifications_controller.rb [new file with mode: 0644]
app/views/layouts/_header.html.erb
app/views/notifications/index.html.erb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
test/controllers/notifications_controller_test.rb [new file with mode: 0644]
test/system/web_notifications_test.rb [new file with mode: 0644]