Renamed a route [skip ci]

This commit is contained in:
James Cole
2016-10-21 21:54:57 +02:00
parent 0dd7ecbfbe
commit 4d1c271da6
2 changed files with 3 additions and 3 deletions

View File

@@ -215,7 +215,7 @@
<div class="col-sm-8">
<p class="form-control-static">
<a href="{{ route('split.journal.edit', journal.id) }}">{{ ('split_this_'~what)|_ }}</a>
<a href="{{ route('transactions.edit-split', journal.id) }}">{{ ('split_this_'~what)|_ }}</a>
</p>
</div>
</div>