Ignore:
Timestamp:
02/24/21 17:09:19 (4 years ago)
Author:
Özkan İliyaz <iliyaz_96@…>
Branches:
master
Children:
f457265
Parents:
d25ba66
Message:

UPDATE views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/posts/edit.blade.php

    rd25ba66 r0c07a90  
    1717                            Current phase: {{ $post->review->getPhase()->name }}
    1818                            @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>
    2020                            @endif
    2121                        </p>
Note: See TracChangeset for help on using the changeset viewer.