v0.10.0f - Fixed a route error on main index pages, when you clicked on see participants
This commit is contained in:
parent
7f42423599
commit
25f1dc80d4
|
@ -117,7 +117,7 @@
|
||||||
</table>
|
</table>
|
||||||
<input type="hidden" name="event_id" value="{{ \App\Event::query()->orderByDesc("date")->first()->id }}">
|
<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;">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue