From 6466f0c6cb6a9e60a6a673f77b287468360fd536 Mon Sep 17 00:00:00 2001 From: Henry Jonas Date: Thu, 24 Oct 2024 10:58:51 -0400 Subject: [PATCH] FOUR-19753 : The task comments is not showing the buttons to register the comments --- resources/views/tasks/edit.blade.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index 905689d928..ed6a591994 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -27,9 +27,13 @@ function() use ($task) { ], 'attributes' => 'v-cloak']) @endsection @section('content') -
- -
+
+ +
@@ -37,7 +41,8 @@ function() use ($task) { {{__('This task is unassigned, click Claim Task to assign yourself.')}}
-
+
@can('editData', $task->processRequest)