1
0
Fork 0

Update admin views

This commit is contained in:
Daniel Supernault 2019-01-31 14:23:36 -07:00
parent 1857da87a2
commit 8cb93074ad
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -1,4 +1,4 @@
@extends('admin.partial.template')
@extends('admin.partial.template-full')
@section('section')
<div class="title">