mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
AccompanyingCourse comments: move and rename files
This commit is contained in:
parent
a54cc70fd6
commit
be4b8a94f0
@ -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,
|
'accompanyingCourse' => $accompanyingCourse,
|
||||||
'form' => $form->createView(),
|
'form' => $form->createView(),
|
||||||
'edit_form' => null !== $editForm ? $editForm->createView() : null,
|
'edit_form' => null !== $editForm ? $editForm->createView() : null,
|
||||||
@ -119,7 +119,7 @@ class AccompanyingCourseCommentController extends AbstractController
|
|||||||
// {
|
// {
|
||||||
// $form = $this->createDeleteForm($comment->getId(), $accompanyingCourse);
|
// $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,
|
// 'comment' => $comment,
|
||||||
// 'delete_form' => $form->createView(),
|
// 'delete_form' => $form->createView(),
|
||||||
// 'accompanyingCourse' => $accompanyingCourse,
|
// 'accompanyingCourse' => $accompanyingCourse,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user