Changeset 0c07a90 for resources/views/dashboard/posts/edit.blade.php
- Timestamp:
- 02/24/21 17:09:19 (4 years ago)
- Branches:
- master
- Children:
- f457265
- Parents:
- d25ba66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/posts/edit.blade.php
rd25ba66 r0c07a90 17 17 Current phase: {{ $post->review->getPhase()->name }} 18 18 @if($post->review->canReview()) 19 < button class="btn btn-primary">Approve</button>19 <a href="javascript:void(0)" class="btn btn-primary actionLink" style="cursor: pointer;" data-action="{{ route("dashboard.posts.confirm", ["id" => $post->id]) }}" data-method="patch"><i class="text-light fe fe-check"></i> Confirm </a> 20 20 @endif 21 21 </p>
Note:
See TracChangeset
for help on using the changeset viewer.