mirror of https://github.com/pixelfed/pixelfed
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			42 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHTML
		
	
		
		
			
		
	
	
			42 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHTML
		
	
| 
								 
											8 years ago
										 
									 | 
							
								@extends('layouts.app')
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@section('content')
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<div class="container mt-4 mb-5 pb-5">
							 | 
						||
| 
								 | 
							
								  <div class="col-12 col-md-8 offset-md-2">
							 | 
						||
| 
								 | 
							
								    <div class="card">
							 | 
						||
| 
								 | 
							
								      <div class="card-header lead font-weight-bold">
							 | 
						||
| 
								 | 
							
								        Report Spam
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								      <div class="card-body">
							 | 
						||
| 
								 | 
							
								        <div class="p-5 text-center">
							 | 
						||
| 
								 | 
							
								          <p class="lead">Please select one of the following options.</p>
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								        <div class="row">
							 | 
						||
| 
								 | 
							
								          <div class="col-12 col-md-8 offset-md-2 my-3">
							 | 
						||
| 
								 | 
							
								            <p><a class="btn btn-light btn-block p-4 font-weight-bold" href="{{route('report.spam.comment')}}">
							 | 
						||
| 
								 | 
							
								              This comment contains spam
							 | 
						||
| 
								 | 
							
								            </a></p>
							 | 
						||
| 
								 | 
							
								          </div>
							 | 
						||
| 
								 | 
							
								          <div class="col-12 col-md-8 offset-md-2 my-3">
							 | 
						||
| 
								 | 
							
								            <p><a class="btn btn-light btn-block p-4 font-weight-bold" href="{{route('report.spam.post')}}">
							 | 
						||
| 
								 | 
							
								              This post contains spam
							 | 
						||
| 
								 | 
							
								            </a></p>
							 | 
						||
| 
								 | 
							
								          </div>
							 | 
						||
| 
								 | 
							
								          <div class="col-12 col-md-8 offset-md-2 my-3">
							 | 
						||
| 
								 | 
							
								            <p><a class="btn btn-light btn-block p-4 font-weight-bold" href="{{route('report.spam.profile')}}">
							 | 
						||
| 
								 | 
							
								              This users profile contains spam
							 | 
						||
| 
								 | 
							
								            </a></p>
							 | 
						||
| 
								 | 
							
								          </div>
							 | 
						||
| 
								 | 
							
								          <div class="col-12 col-md-8 offset-md-2 my-3">
							 | 
						||
| 
								 | 
							
								            <p><a class="font-weight-bold" href="#">
							 | 
						||
| 
								 | 
							
								              Learn more
							 | 
						||
| 
								 | 
							
								            </a> about our reporting guidelines and policy.</p>
							 | 
						||
| 
								 | 
							
								          </div>
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								  </div>
							 | 
						||
| 
								 | 
							
								</div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@endsection
							 |