Add link to add component suggestion

This commit is contained in:
James Brooks
2015-11-21 13:52:32 +00:00
parent cc393df964
commit 13391165bc

View File

@@ -37,7 +37,7 @@
</form>
</div>
@empty
<div class="list-group-item text-danger">{{ trans('dashboard.components.add.message') }}</div>
<div class="list-group-item"><a href="{{ route('dashboard.components.add') }}">{{ trans('dashboard.components.add.message') }}</a></div>
@endforelse
</div>
</div>