mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-30 08:04:04 +08:00
Merge branch 'master' of github.com:BookStackApp/BookStack
This commit is contained in:
commit
2533db260d
@ -66,6 +66,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@if(signedInUser())
|
||||||
<h6 class="text-muted">Options</h6>
|
<h6 class="text-muted">Options</h6>
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox" v-on:change="optionChange('viewed_by_me')"
|
<input type="checkbox" v-on:change="optionChange('viewed_by_me')"
|
||||||
@ -92,6 +93,7 @@
|
|||||||
v-model="search.option['updated_by:me']" value="page">
|
v-model="search.option['updated_by:me']" value="page">
|
||||||
{{ trans('entities.search_updated_by_me') }}
|
{{ trans('entities.search_updated_by_me') }}
|
||||||
</label>
|
</label>
|
||||||
|
@endif
|
||||||
|
|
||||||
<h6 class="text-muted">Date Options</h6>
|
<h6 class="text-muted">Date Options</h6>
|
||||||
<table cellpadding="0" cellspacing="0" border="0" class="no-style form-table">
|
<table cellpadding="0" cellspacing="0" border="0" class="no-style form-table">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user