]> BookStack Code Mirror - bookstack/commitdiff
Merge branch 'show-tags' of https://github.com/burnoutberni/BookStack into burnoutber...
authorDan Brown <redacted>
Mon, 24 May 2021 14:12:45 +0000 (15:12 +0100)
committerDan Brown <redacted>
Mon, 24 May 2021 14:12:45 +0000 (15:12 +0100)
1  2 
resources/views/search/all.blade.php

index acf214433b2f646710c5b0052ae820d43b944254,ace721dca3acb0bfa992d289ed8fa8e6008920ad..49a6c1f653dcaed97e257df2aa15a4314ffd93c3
@@@ -50,9 -50,6 +50,9 @@@
                              @component('search.form.boolean-filter', ['filters' => $options->filters, 'name' => 'updated_by', 'value' => 'me'])
                                  {{ trans('entities.search_updated_by_me') }}
                              @endcomponent
 +                            @component('search.form.boolean-filter', ['filters' => $options->filters, 'name' => 'owned_by', 'value' => 'me'])
 +                                {{ trans('entities.search_owned_by_me') }}
 +                            @endcomponent
                          @endif
  
                          <h6>{{ trans('entities.search_date_options') }}</h6>
@@@ -77,7 -74,7 +77,7 @@@
  
                      <h6 class="text-muted">{{ trans_choice('entities.search_total_results_found', $totalResults, ['count' => $totalResults]) }}</h6>
                      <div class="book-contents">
-                         @include('partials.entity-list', ['entities' => $entities, 'showPath' => true])
+                         @include('partials.entity-list', ['entities' => $entities, 'showPath' => true, 'showTags' => true])
                      </div>
  
                      @if($hasNextPage)