diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index df7e17a3bd..60a255f362 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -254,6 +254,15 @@ class="d-inline-flex pull-left align-items-center"

{{__('Assigned') }} @{{ moment(createdAt).fromNow() }}

@{{ moment(createdAt).format() }} +
  • +

    {{__('Case')}}

    + {{ $task->process->name }} + +
  • {{__('Request')}}

    @@ -880,5 +889,8 @@ class="multiselect__tag-icon"> .card-header:first-child.text-status { border-radius: 6px; } + .launchpad-link { + margin-top: 5px; + } @endsection