1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Made list default messages a little nicer

This commit is contained in:
Dan Brown
2016-07-03 10:12:12 +01:00
parent b0a63ba0cc
commit c25ef18900
5 changed files with 23 additions and 9 deletions

View File

@@ -16,8 +16,8 @@
@endforeach
@else
<p class="text-muted">
No items available
<p class="text-muted empty-text">
{{ $emptyText or 'No items available' }}
</p>
@endif
</div>