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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user