From 80db76ced6c607c5ec48958ad121b690975b35fb Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 17 Jun 2019 22:46:14 -0600 Subject: [PATCH] Update relationship settings --- .../settings/relationships/home.blade.php | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/resources/views/settings/relationships/home.blade.php b/resources/views/settings/relationships/home.blade.php index c4183534a..66b27628f 100644 --- a/resources/views/settings/relationships/home.blade.php +++ b/resources/views/settings/relationships/home.blade.php @@ -18,34 +18,33 @@
- +
+
- + --}} - @foreach($data as $follower) - + {{-- --}} @if($mode == 'following') - @else -
+ {{-- - UsernameRelationship Action
- {{-- --}} - + + - - {{$follower->username}} + +

{{$follower->username}}

+
Following Unfollow Follower Mute Block @@ -55,10 +54,19 @@ @endforeach
+
{{$data->appends(['mode' => $mode])->links()}}
@endif @endsection +@push('styles') + +@endpush @push('scripts')