1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00

Update privacy settings

This commit is contained in:
Daniel Supernault 2018-08-30 22:25:08 -06:00
parent b110bc5568
commit db8de248b1
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -6,6 +6,12 @@
<h3 class="font-weight-bold">Privacy Settings</h3> <h3 class="font-weight-bold">Privacy Settings</h3>
</div> </div>
<hr> <hr>
<div class="form-group pb-1">
<p>
<a class="btn btn-outline-secondary py-0 font-weight-bold" href="{{route('settings.privacy.muted-users')}}">Muted Users</a>
<a class="btn btn-outline-secondary py-0 font-weight-bold" href="{{route('settings.privacy.blocked-users')}}">Blocked Users</a>
</p>
</div>
<form method="post"> <form method="post">
@csrf @csrf
<div class="form-check pb-3"> <div class="form-check pb-3">