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)