edit references in editor edit view

This commit is contained in:
Arno Kaimbacher 2019-05-28 19:02:21 +02:00
parent 4d6664ce3a
commit 03bcbab560
12 changed files with 191 additions and 78 deletions

View file

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