correct active routes in backend
This commit is contained in:
parent
fa31100c2e
commit
0f5e345467
8 changed files with 74 additions and 44 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
<td>
|
||||
@if ($dataset->server_state == "released")
|
||||
<a href="{{ URL::route('publish.workflow.receive', $dataset->id) }}" class="pure-button">
|
||||
<a href="{{ URL::route('publish.workflow.editor.receive', $dataset->id) }}" class="pure-button">
|
||||
<i class="fa fa-check"></i>
|
||||
<span>Receive editor task</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue