We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca4b08 commit 9bcafd9Copy full SHA for 9bcafd9
resources/views/admin/nests/view.blade.php
@@ -93,7 +93,7 @@
93
<tr>
94
<td class="align-middle"><code>{{ $egg->id }}</code></td>
95
<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>
96
- <td class="col-xs-8 align-middle">{!! $egg->description !!}</td>
+ <td class="col-xs-8 align-middle">{{ $egg->description }}</td>
97
<td class="text-center align-middle"><code>{{ $egg->servers->count() }}</code></td>
98
<td class="align-middle">
99
<a href="{{ route('admin.nests.egg.export', ['egg' => $egg->id]) }}"><i class="fa fa-download"></i></a>
0 commit comments