1
0
Fork 0

Merge pull request #421 from pixelfed/frontend-ui-refactor

Update privacy settings view
This commit is contained in:
daniel 2018-08-30 19:39:08 -06:00 committed by GitHub
commit dda3a33354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>