Added - orderBy to own events & own reservations
Fixed - confirm message when deleting events
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<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">{{$userevent->description}}</p>
|
||||
<button type="submit" class="btn text-center btn-sde-blue" onclick="return confirm('Are you sure you want to remove this reservation?');">Afmeld</button>
|
||||
<button type="submit" class="btn text-center btn-sde-blue" onclick="return confirm('Are you sure you want to remove this event?');">Afmeld</button>
|
||||
</form>
|
||||
@endforeach
|
||||
@else
|
||||
|
||||
Reference in New Issue
Block a user