Update privacy settings view

This commit is contained in:
Daniel Supernault 2018-08-28 19:58:44 -06:00
parent 3362bbc9ba
commit de1ebae425
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 15 additions and 0 deletions

View File

@ -23,8 +23,23 @@
<p class="text-muted small help-text">When your account is visible to search engines, your information can be crawled and stored by search engines.</p>
</div>
<div class="form-check pb-3">
<input class="form-check-input" type="checkbox" name="show_profile_follower_count" id="show_profile_follower_count" {{$settings->show_profile_follower_count ? 'checked=""':''}}>
<label class="form-check-label font-weight-bold" for="show_profile_follower_count">
{{__('Show Follower Count')}}
</label>
<p class="text-muted small help-text">Display follower count on profile</p>
</div>
<div class="form-check pb-3">
<input class="form-check-input" type="checkbox" name="show_profile_following_count" id="show_profile_following_count" {{$settings->show_profile_following_count ? 'checked=""':''}}>
<label class="form-check-label font-weight-bold" for="show_profile_following_count">
{{__('Show Following Count')}}
</label>
<p class="text-muted small help-text">Display following count on profile</p>
</div>
<div class="form-group row mt-5 pt-5">
<div class="col-12 text-right">
<hr>