A new version of #4248. You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/5518 -- Commit Summary -- * Simplify diary_comments_path calls in tests * Rename diary_comments_path to user_diary_comments_path * Change user's diary comments path to match model name * Create diary_comments resources for users * Add tabbed navigation to user's diary comments page * Create user comments controller base class * Create changeset_comments resources for users -- File Changes -- M app/controllers/diary_comments_controller.rb (21) A app/controllers/users/changeset_comments_controller.rb (14) A app/controllers/users/comments_controller.rb (18) A app/controllers/users/diary_comments_controller.rb (16) M app/models/changeset_comment.rb (2) D app/views/diary_comments/index.html.erb (10) A app/views/users/changeset_comments/_page.html.erb (22) A app/views/users/comments/index.html.erb (19) R app/views/users/diary_comments/_page.html.erb (0) M app/views/users/show.html.erb (4) M config/locales/en.yml (32) M config/routes.rb (5) M test/controllers/diary_comments_controller_test.rb (51) A test/controllers/users/changeset_comments_controller_test.rb (37) A test/controllers/users/diary_comments_controller_test.rb (70) M test/controllers/users_controller_test.rb (10) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/5518.patch https://github.com/openstreetmap/openstreetmap-website/pull/5518.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5518 You are receiving this because you are subscribed to this thread. Message ID: <openstreetmap/openstreetmap-website/pull/5...@github.com>
_______________________________________________ rails-dev mailing list rails-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/rails-dev