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())