From 9ddb13f29895d1ecaca8dbab6357e98774e5f8d3 Mon Sep 17 00:00:00 2001 From: jizhaogit Date: Tue, 11 Jul 2023 13:10:22 -0400 Subject: [PATCH] Zenhub #960 Add "Shared With" column to Past Goals list --- resources/views/goal/partials/past-target-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/goal/partials/past-target-table.blade.php b/resources/views/goal/partials/past-target-table.blade.php index 08067818e..c8cd7e456 100644 --- a/resources/views/goal/partials/past-target-table.blade.php +++ b/resources/views/goal/partials/past-target-table.blade.php @@ -66,7 +66,7 @@ @if($goal->login_role == 'owner') @include('goal.partials.status-change') @else - {{$goal->status}} + @endif