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

View file

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