AccompanyingCourse comments: move and rename files

This commit is contained in:
Mathieu Jaumotte 2022-01-07 12:35:01 +01:00
parent a54cc70fd6
commit be4b8a94f0
3 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ class AccompanyingCourseCommentController extends AbstractController
]);
}
return $this->render('@ChillPerson/AccompanyingCourse/comment_list.html.twig', [
return $this->render('@ChillPerson/AccompanyingCourse/Comment/index.html.twig', [
'accompanyingCourse' => $accompanyingCourse,
'form' => $form->createView(),
'edit_form' => null !== $editForm ? $editForm->createView() : null,
@ -119,7 +119,7 @@ class AccompanyingCourseCommentController extends AbstractController
// {
// $form = $this->createDeleteForm($comment->getId(), $accompanyingCourse);
//
// return $this->render('@ChillPerson/AccompanyingCourse/confirm_delete_comment.html.twig', [
// return $this->render('@ChillPerson/AccompanyingCourse/Comment/confirm_delete.html.twig', [
// 'comment' => $comment,
// 'delete_form' => $form->createView(),
// 'accompanyingCourse' => $accompanyingCourse,