code for review update

This commit is contained in:
Arno Kaimbacher 2019-04-17 16:01:38 +02:00
parent 53e43b7bbf
commit 5193e4f5b5
15 changed files with 262 additions and 37 deletions

View file

@ -49,7 +49,7 @@
<td>
@if ($dataset->server_state == "approved")
<a class="pure-button">
<a href="{{ URL::route('publish.workflow.review.review', $dataset->id) }}" class="pure-button">
<i class="fa fa-check"></i>
<span>Review</span>
</a>