mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Update admin views
This commit is contained in:
parent
1857da87a2
commit
8cb93074ad
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
@extends('admin.partial.template')
|
||||
@extends('admin.partial.template-full')
|
||||
|
||||
@section('section')
|
||||
<div class="title">
|
||||
|
@ -21,7 +21,7 @@
|
|||
@foreach($statuses as $status)
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<a href="/statuses/show/{{$status->id}}">
|
||||
<a href="{{$status->url()}}">
|
||||
{{$status->id}}
|
||||
</a>
|
||||
</th>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@extends('admin.partial.template')
|
||||
@extends('admin.partial.template-full')
|
||||
|
||||
@section('section')
|
||||
<div class="title">
|
||||
|
|
Loading…
Reference in a new issue