Front Page now has all useable buttons and links.
Added "Are you sure" when you unsubscribe from an event
This commit is contained in:
parent
cf4559874a
commit
f36f460b14
|
@ -15,7 +15,7 @@
|
||||||
<h3 class="sde-blue bold text-center mb-0">{{$userevent->name}}</h3>
|
<h3 class="sde-blue bold text-center mb-0">{{$userevent->name}}</h3>
|
||||||
<p class="text-center mt-0">{{$userevent->date}}</p>
|
<p class="text-center mt-0">{{$userevent->date}}</p>
|
||||||
<p class="text-center">{{$userevent->description}}</p>
|
<p class="text-center">{{$userevent->description}}</p>
|
||||||
<button type="submit" class="btn text-center btn-sde-blue" id="tilmeld">Afmeld</button>
|
<button type="submit" class="btn text-center btn-sde-blue" onclick="return confirm('Are you sure you want to remove this reservation?');">Afmeld</button>
|
||||||
</form>
|
</form>
|
||||||
@endforeach
|
@endforeach
|
||||||
@else
|
@else
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
<div class="d-flex col block-container mt-2">
|
<div class="d-flex col block-container mt-2">
|
||||||
<a href="{{ route('menu-plans.index') }}" class="block text-center mb-1">Menuplan</a>
|
<a href="{{ route('menu-plans.index') }}" class="block text-center mb-1">Menuplan</a>
|
||||||
<a href="{{ route('events.index') }}" class="block text-center mb-1">Aktiviteter</a>
|
<a href="{{ route('events.index') }}" class="block text-center mb-1">Aktiviteter</a>
|
||||||
<a href="{{ route('washing-reservations.index') }}" class="block text-center mb-1">Vaskemaskine Reservationer</a>
|
<a href="{{ route('washing-reservations.index') }}" class="block text-center mb-1">Reservationer</a>
|
||||||
|
<a href="{{ route('contacts.index') }}" class="block text-center mb-1">Kontoret</a>
|
||||||
|
<a href="{{ route('phones.index') }}" class="block text-center mb-1">Vagttelefon</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="links row">
|
<div class="links row">
|
||||||
<a href="https://www.facebook.com" target="_blank" class="link">
|
<a href="https://www.facebook.com" target="_blank" class="link">
|
||||||
|
|
Loading…
Reference in New Issue