closes #807
This commit is contained in:
parent
4b5ee920bd
commit
a3bad520cd
2 changed files with 16 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue