Add link on components page too

This commit is contained in:
James Brooks
2015-11-21 13:54:20 +00:00
parent 13391165bc
commit 1bd54696c9

View File

@@ -40,7 +40,7 @@
</div>
</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>