mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +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')
|
@section('section')
|
||||||
<div class="title">
|
<div class="title">
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
@foreach($statuses as $status)
|
@foreach($statuses as $status)
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<a href="/statuses/show/{{$status->id}}">
|
<a href="{{$status->url()}}">
|
||||||
{{$status->id}}
|
{{$status->id}}
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@extends('admin.partial.template')
|
@extends('admin.partial.template-full')
|
||||||
|
|
||||||
@section('section')
|
@section('section')
|
||||||
<div class="title">
|
<div class="title">
|
||||||
|
|
Loading…
Reference in a new issue