X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/538bfed8a61a576e44d8cc71d7727c0310bcf238..e3ed9988ce5f57ed303326072f7f583b641e8774:/app/controllers/api/changeset_comments_controller.rb diff --git a/app/controllers/api/changeset_comments_controller.rb b/app/controllers/api/changeset_comments_controller.rb index 9ecd22b45..0bebce433 100644 --- a/app/controllers/api/changeset_comments_controller.rb +++ b/app/controllers/api/changeset_comments_controller.rb @@ -42,7 +42,7 @@ module Api # Return a copy of the updated changeset @changeset = changeset - render "changesets/changeset" + render "api/changesets/changeset" end ## @@ -62,7 +62,7 @@ module Api # Return a copy of the updated changeset @changeset = comment.changeset - render "changesets/changeset" + render "api/changesets/changeset" end ## @@ -82,7 +82,7 @@ module Api # Return a copy of the updated changeset @changeset = comment.changeset - render "changesets/changeset" + render "api/changesets/changeset" end end end