From 346c1babf4ba71d3974821b713447b04239ae088 Mon Sep 17 00:00:00 2001 From: Elisa Goloviatinski Date: Wed, 18 Dec 2024 18:41:16 +0100 Subject: [PATCH] Added prewrap to comments to keep line breaks --- timeliner/resources/views/timeline/partials/comment.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeliner/resources/views/timeline/partials/comment.blade.php b/timeliner/resources/views/timeline/partials/comment.blade.php index 8d60616..209fbc3 100644 --- a/timeliner/resources/views/timeline/partials/comment.blade.php +++ b/timeliner/resources/views/timeline/partials/comment.blade.php @@ -2,7 +2,7 @@
{{ $comment->user->name }}
{{ $comment->created_at }} (UTC)
-

{{ $comment->comment }}

+

{{ $comment->comment }}

@auth @if ($comment->user_id == Auth::id())