X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/67332a2f1b0a68a2242a6dfb02956512d482816c..refs/pull/846/head:/resources/views/pages/show.blade.php diff --git a/resources/views/pages/show.blade.php b/resources/views/pages/show.blade.php index f11da0f4f..dabc7b965 100644 --- a/resources/views/pages/show.blade.php +++ b/resources/views/pages/show.blade.php @@ -81,16 +81,7 @@

@icon('tag') {{ trans('entities.page_tags') }}

- - - @foreach($page->tags as $tag) - - - @if($tag->value) @endif - - @endforeach - -
value) colspan="2" @endif>{{ $tag->name }}{{$tag->value}}
+ @include('components.tag-list', ['entity' => $page])
@endif @@ -135,7 +126,7 @@ @stop @section('body') -
+
@@ -154,9 +145,3 @@
@endif @stop - -@section('scripts') - -@stop