mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-24 15:59:40 +00:00
Add new settings view
This commit is contained in:
parent
cb96de0f52
commit
be8c36ff88
1 changed files with 19 additions and 0 deletions
19
resources/views/settings/privacy/blocked-instances.blade.php
Normal file
19
resources/views/settings/privacy/blocked-instances.blade.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
@extends('settings.template')
|
||||
|
||||
@section('section')
|
||||
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Blocked Instances</h3>
|
||||
</div>
|
||||
<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>
|
||||
<a class="btn btn-outline-primary py-0 font-weight-bold" href="{{route('settings.privacy.blocked-instances')}}">Blocked Instances</a>
|
||||
</p>
|
||||
</div>
|
||||
<form method="post">
|
||||
</form>
|
||||
|
||||
@endsection
|
Loading…
Reference in a new issue