review back button to index page

This commit is contained in:
Arno Kaimbacher 2019-06-06 17:34:34 +02:00
parent 390f6bbef8
commit dabb905111
5 changed files with 186 additions and 77 deletions

View file

@ -10,7 +10,7 @@
<div class="pure-u-1 pure-u-md-1">
<div>
<a href="{{ route('publish.workflow.editor.index') }}" class="pure-button button-small">
<a href="{{ route('publish.workflow.review.index') }}" class="pure-button button-small">
<i class="fa fa-chevron-left"></i>
<span>BACK</span>
</a>