From 1bf67943f5de63ab661d4bf965c99bcb67f9f36d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 23 Aug 2018 19:16:36 -0600 Subject: [PATCH] Add abuse report forms --- .../views/report/abusive/comment.blade.php | 45 +++++++++++++++++++ resources/views/report/abusive/post.blade.php | 45 +++++++++++++++++++ .../views/report/abusive/profile.blade.php | 45 +++++++++++++++++++ 3 files changed, 135 insertions(+) create mode 100644 resources/views/report/abusive/comment.blade.php create mode 100644 resources/views/report/abusive/post.blade.php create mode 100644 resources/views/report/abusive/profile.blade.php diff --git a/resources/views/report/abusive/comment.blade.php b/resources/views/report/abusive/comment.blade.php new file mode 100644 index 000000000..aa7c70678 --- /dev/null +++ b/resources/views/report/abusive/comment.blade.php @@ -0,0 +1,45 @@ +@extends('layouts.app') + +@section('content') + +
+
+
+
+ Report Abusive/Harmful Comment +
+
+
+
+
+ @csrf + + + +
+ +
+ +
+
+
+
+
+ +
+
+
+
+ +
+

+ Learn more + about our reporting guidelines and policy.

+
+
+
+
+
+
+ +@endsection \ No newline at end of file diff --git a/resources/views/report/abusive/post.blade.php b/resources/views/report/abusive/post.blade.php new file mode 100644 index 000000000..9957a3802 --- /dev/null +++ b/resources/views/report/abusive/post.blade.php @@ -0,0 +1,45 @@ +@extends('layouts.app') + +@section('content') + +
+
+
+
+ Report Abusive/Harmful Post +
+
+
+
+
+ @csrf + + + +
+ +
+ +
+
+
+
+
+ +
+
+
+
+ +
+

+ Learn more + about our reporting guidelines and policy.

+
+
+
+
+
+
+ +@endsection \ No newline at end of file diff --git a/resources/views/report/abusive/profile.blade.php b/resources/views/report/abusive/profile.blade.php new file mode 100644 index 000000000..6b9ca4991 --- /dev/null +++ b/resources/views/report/abusive/profile.blade.php @@ -0,0 +1,45 @@ +@extends('layouts.app') + +@section('content') + +
+
+
+
+ Report Abusive/Harmful Profile +
+
+
+
+
+ @csrf + + + +
+ +
+ +
+
+
+
+
+ +
+
+
+
+ +
+

+ Learn more + about our reporting guidelines and policy.

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