BookStack/resources/views/entities/tag-list.blade.php
Dan Brown 929c8312bd
Started build of tag view
- Created listing
- Allows drilldown to tag name
- Shows totals

Not yet covered via testing
2021-11-06 16:30:20 +00:00

3 lines
89 B
PHP

@foreach($entity->tags as $tag)
@include('entities.tag', ['tag' => $tag])
@endforeach