Ignore:
Timestamp:
02/24/21 17:04:35 (4 years ago)
Author:
Özkan İliyaz <iliyaz_96@…>
Branches:
master
Children:
0c07a90
Parents:
1f059b0
Message:

ADD post confirmation with multiple phases, notification after succesfully password creation

File:
1 edited

Legend:

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

    r1f059b0 rd25ba66  
    1212
    1313                                <div class="col-sm-12">
     14
     15                    @if(!$post->review->is_passed_all_phases)
     16                        <p class="text-center" style="font-size: 17px;">
     17                            Current phase: {{ $post->review->getPhase()->name }}
     18                            @if($post->review->canReview())
     19                                <button class="btn btn-primary">Approve</button>
     20                            @endif
     21                        </p>
     22                    @endif
    1423
    1524                                        <div class="card">
Note: See TracChangeset for help on using the changeset viewer.