v0.10.0f - Fixed a route error on main index pages, when you clicked on see participants

This commit is contained in:
Neerholt 2020-08-17 13:52:51 +02:00
parent 7f42423599
commit 25f1dc80d4
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
</table>
<input type="hidden" name="event_id" value="{{ \App\Event::query()->orderByDesc("date")->first()->id }}">
<div class="row" style="justify-content: space-between; margin-top: 16px;">
<a style="margin: 0; padding: 0; font-weight: 700;" class="sde-blue text-center" href="{{route("events.accountsignups", ["event" => \App\Event::query()->orderByDesc("date")->first()->id ])}}">{{__('msg.sedeltagere')}}</a>
<a style="margin: 0; padding: 0; font-weight: 700;" class="sde-blue text-center" href="{{route("events.signups", ["event" => \App\Event::query()->orderByDesc("date")->first()->id ])}}">{{__('msg.sedeltagere')}}</a>
</div>
</div>
</div>