From cdc6a71c1438fc2592ddbfafc3bc95448856278b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 30 Aug 2018 22:25:55 -0600 Subject: [PATCH] Add user blocked privacy settings --- .../views/settings/privacy/blocked.blade.php | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 resources/views/settings/privacy/blocked.blade.php diff --git a/resources/views/settings/privacy/blocked.blade.php b/resources/views/settings/privacy/blocked.blade.php new file mode 100644 index 000000000..873ff5fa3 --- /dev/null +++ b/resources/views/settings/privacy/blocked.blade.php @@ -0,0 +1,39 @@ +@extends('settings.template') + +@section('section') + +
+

Blocked Users

+
+
+
+

+ Muted Users + Blocked Users +

+
+ @if($users->count() > 0) + +
+ {{$users->links()}} +
+ @else +

You are not blocking any accounts.

+ @endif + +@endsection \ No newline at end of file