[TWIG][Note] Add single note view
This commit is contained in:
@@ -49,6 +49,6 @@ class Note extends Controller
|
||||
*/
|
||||
public function NoteShow(Request $request, int $id)
|
||||
{
|
||||
return $this->note($id, fn ($note) => ['_template' => '/cards/note/view.html.twig', 'note' => $note]);
|
||||
return $this->note($id, fn ($note) => ['_template' => '/note/view.html.twig', 'note' => $note]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user