v0.7.8 - Added Quill Editor to all sites - Fixed Event name/subname showance in news.index

This commit is contained in:
Anders
2020-08-12 08:42:58 +02:00
parent 511e0b783f
commit 746926d439
13 changed files with 261 additions and 113 deletions
@@ -21,7 +21,7 @@
</tr>
@foreach($news as $new)
<tr>
<td>{{$new->name}}</td>
<td>{{$new->subname}}</td>
<td><a href="{{ route("news.edit", [ "news" => $new ]) }}"><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
<td><form method="post" action="{{ route("news.destroy", [ "news" => $new ]) }}" class="w-100 nostyle">
@csrf