From 487c4ffccd097a17097d4866888b9970a683b288 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 25 Jul 2020 20:58:10 -0600 Subject: [PATCH] Update private profiles, add context menu to mute, block or report --- .../profile/partial/private-info.blade.php | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/resources/views/profile/partial/private-info.blade.php b/resources/views/profile/partial/private-info.blade.php index 288797521..7965955f8 100644 --- a/resources/views/profile/partial/private-info.blade.php +++ b/resources/views/profile/partial/private-info.blade.php @@ -31,6 +31,34 @@ @endif + + + +
@@ -51,3 +79,29 @@
+ +@push('scripts') + +@endpush \ No newline at end of file