mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Add checkbox on search page
This commit is contained in:
parent
723628cfcf
commit
b939785ece
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user