]> git.openstreetmap.org Git - rails.git/commit
Move changeset comments controller to feeds module
authorAnton Khorev <tony29@yandex.ru>
Fri, 23 Aug 2024 14:40:26 +0000 (17:40 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 23 Aug 2024 14:40:26 +0000 (17:40 +0300)
commit09d5ae68ddae20abc653d0d6b2cf3ef9dc12da2e
treeb2ebfbe4990db8504e1d50789a2400d6dbc7ed61
parent30f975c609bfd05a654ad9facaf13135ca0691cd
Move changeset comments controller to feeds module
app/controllers/changeset_comments_controller.rb [deleted file]
app/controllers/feeds/changeset_comments_controller.rb [new file with mode: 0644]
app/views/feeds/changeset_comments/_comment.html.erb [moved from app/views/changeset_comments/_comment.html.erb with 100% similarity]
app/views/feeds/changeset_comments/_comment.rss.builder [moved from app/views/changeset_comments/_comment.rss.builder with 100% similarity]
app/views/feeds/changeset_comments/index.rss.builder [moved from app/views/changeset_comments/index.rss.builder with 79% similarity]
app/views/feeds/changeset_comments/timeout.atom.builder [moved from app/views/changeset_comments/timeout.atom.builder with 100% similarity]
app/views/feeds/changeset_comments/timeout.html.erb [moved from app/views/changeset_comments/timeout.html.erb with 100% similarity]
config/locales/en.yml
config/routes.rb
test/controllers/changeset_comments_controller_test.rb [deleted file]
test/controllers/feeds/changeset_comments_controller_test.rb [new file with mode: 0644]