Skip to content

Commit

Permalink
Zenhub #960 Add "Shared With" column to Past Goals list
Browse files Browse the repository at this point in the history
  • Loading branch information
jizhaogit committed Jul 11, 2023
1 parent 8043491 commit 3161c74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/goal/partials/past-target-table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
@csrf
@method('DELETE')
<x-button :href="route('goal.show', $goal->id)" size='sm' class="mr-2">View</x-button>
<x-button size='sm' icon='trash' style="danger"></x-button>
@if($goal->login_role == 'owner')
<x-button size='sm' icon='trash' style="danger"></x-button>
@endif
</form>
</div>
</td>
Expand Down

0 comments on commit 3161c74

Please sign in to comment.