Explorar el Código

Update admin report view

Daniel Supernault hace 6 años
padre
commit
2fa6adf705
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/admin/reports/show.blade.php

+ 1 - 1
resources/views/admin/reports/show.blade.php

@@ -8,7 +8,7 @@
   <div class="card">
     <div class="card-body">
       <h5 class="card-title">Reported: <a href="{{$report->reported()->url()}}">{{$report->reported()->url()}}</a></h5>
-      <h6 class="card-subtitle mb-2 text-muted">Reported by: <a href="{{$report->reporter->url()}}">{{$report->reporter->username}}</a> <span class="badge badge-primary">admin</span></h6>
+      <h6 class="card-subtitle mb-2 text-muted">Reported by: <a href="{{$report->reporter->url()}}">{{$report->reporter->username}}</a></h6>
       <p class="card-text text-muted">
         <span class="font-weight-bold text-dark">Message: </span>
         {{$report->message ?? 'No message provided.'}}