This commit is contained in:
Dane Everitt 2018-01-06 13:19:17 -06:00
parent 4b5ee920bd
commit a3bad520cd
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 16 additions and 1 deletions

View file

@ -10,7 +10,7 @@
@endsection
@section('content-header')
<h1>{{ $server->name }}<small>{{ $server->uuid }}</small></h1>
<h1>{{ $server->name }}<small>{{ str_limit($server->description) }}</small></h1>
<ol class="breadcrumb">
<li><a href="{{ route('admin.index') }}">Admin</a></li>
<li><a href="{{ route('admin.servers') }}">Servers</a></li>