v1.5.13 multiple events, semi done but has to be commite so we dont loses our process we have made

This commit is contained in:
2021-04-22 15:31:08 +02:00
parent ef39c3e6ec
commit 9056bc6335
7 changed files with 409 additions and 0 deletions
@@ -22,6 +22,8 @@
<div class="row align-items-center">
@if(auth()->user()->can('event.show'))
<a class="btn btn-inline btn-sde-blue mb-0" href="{{ route('events.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Aktivitet</a>
<a class="btn btn-inline btn-sde-blue mb-0 ml-1" href="{{ route('multiple-events.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret ugentligt aktivitet</a>
@endif
</div>
<table class="tbl mt-2 letterSpaceTable fixOverflow" id="table_id">