- reject form für reviewer
- editor sees submission date in index table - 2 new routes: reject und rejectUpdate
This commit is contained in:
parent
abc0360835
commit
ec4ffbdcee
5 changed files with 90 additions and 2 deletions
|
@ -53,6 +53,10 @@
|
|||
<i class="fa fa-check"></i>
|
||||
<span>Review</span>
|
||||
</a>
|
||||
<a href="{{ URL::route('publish.workflow.review.reject', $dataset->id) }}" class="pure-button">
|
||||
<i class="fas fa-undo"></i>
|
||||
<span>Reject</span>
|
||||
</a>
|
||||
@endif
|
||||
</td>
|
||||
{{-- <td>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue