Route 'dashboard.components' not found

Updated to reference `dashboard.components.index` route instead.
This commit is contained in:
Michael Babker
2015-08-27 21:21:56 -04:00
parent f1b54bfe57
commit 3de15fc5e8

View File

@@ -62,7 +62,7 @@
<div class="btn-group">
<button type="submit" class="btn btn-success">{{ trans('forms.create') }}</button>
<a class="btn btn-default" href="{{ route('dashboard.components') }}">{{ trans('forms.cancel') }}</a>
<a class="btn btn-default" href="{{ route('dashboard.components.index') }}">{{ trans('forms.cancel') }}</a>
</div>
</form>
</div>