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