v1.5.24aa Added a back button on the 500 pages

This commit is contained in:
2021-05-17 14:26:36 +02:00
parent 9f6842d6a2
commit 38e60c94d1
2 changed files with 2 additions and 1 deletions
@@ -93,7 +93,6 @@
<td><strong style="color: #5ed174">[Aktiv]</strong> Ugentligt event for uge {{ $event->week}}</td>
@endif
<td>{{date("Y-m-d H:i", strtotime($event->date))}}</td>
<td>{{$evetness}}</td>
<!---->
<td><a href="{{ route("multiple-events.signups", ["multipleEvent" => $event->id]) }}"><img class="w-100" src="{{ asset('/images/icons/eye-dark.svg') }}" alt="Show"></a></td>
<td><a id="preview" onclick="modalMultiEventContent({{$event->id}})" style="cursor: pointer"><img class="w-100" src="{{ asset('/images/icons/preview-dark.svg') }}" alt="preview"></a></td>