mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
Fix dashboard route not found on setup
This commit is contained in:
parent
9a0d823c9a
commit
889dd47a14
@ -168,7 +168,7 @@
|
||||
<h3>
|
||||
{{ trans("setup.completed") }}
|
||||
</h3>
|
||||
<a href="{{ route('dashboard') }}" class="btn btn-default">
|
||||
<a href="{{ route('dashboard.index') }}" class="btn btn-default">
|
||||
<span>{{ trans("setup.finish_setup") }}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user