Update all.blade.php

This commit is contained in:
Yoginth 2018-02-03 20:15:36 +05:30 committed by GitHub
parent 1d5440493c
commit ecf68b6365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">