]> git.openstreetmap.org Git - rails.git/commit
DRY web notification templates
authorPablo Brasero <pablo@pablobm.com>
Mon, 13 Jul 2026 07:48:52 +0000 (08:48 +0100)
committerPablo Brasero <pablo@pablobm.com>
Sat, 1 Aug 2026 23:24:15 +0000 (00:24 +0100)
commitf297b39e8b1a23a6f94a216201cac59ad7acca36
treec6cfb3f110a843440057598423e849d32a35dae9
parent49598db988ed6baf49fafe2b43b7e966a096eeaf
DRY web notification templates
17 files changed:
app/views/notifications/_changeset_comment.html.erb
app/views/notifications/_diary_comment.html.erb
app/views/notifications/_gpx_import_failure.html.erb
app/views/notifications/_gpx_import_success.html.erb
app/views/notifications/_new_follower.html.erb
app/views/notifications/_note_comment.html.erb
app/views/notifications/_notification.html.erb [new file with mode: 0644]
app/views/notifications/_notification_body.html.erb [new file with mode: 0644]
app/views/notifications/_notification_header.html.erb [new file with mode: 0644]
app/views/notifications/_page.html.erb
test/controllers/notifications/changeset_comment_view_test.rb
test/controllers/notifications/diary_comment_view_test.rb
test/controllers/notifications/gpx_import_failure_view_test.rb
test/controllers/notifications/gpx_import_success_view_test.rb
test/controllers/notifications/new_follower_view_test.rb
test/controllers/notifications/note_comment_view_test.rb
test/system/web_notifications_test.rb