admin: fix rendering of egg descriptions
This commit is contained in:
parent
1ca4b08b48
commit
9bcafd983f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
<tr>
|
||||
<td class="align-middle"><code>{{ $egg->id }}</code></td>
|
||||
<td class="align-middle"><a href="{{ route('admin.nests.egg.view', $egg->id) }}" data-toggle="tooltip" data-placement="right" title="{{ $egg->author }}">{{ $egg->name }}</a></td>
|
||||
<td class="col-xs-8 align-middle">{!! $egg->description !!}</td>
|
||||
<td class="col-xs-8 align-middle">{{ $egg->description }}</td>
|
||||
<td class="text-center align-middle"><code>{{ $egg->servers->count() }}</code></td>
|
||||
<td class="align-middle">
|
||||
<a href="{{ route('admin.nests.egg.export', ['egg' => $egg->id]) }}"><i class="fa fa-download"></i></a>
|
||||
|
|
Loading…
Reference in a new issue