v0.7.3 - Major Fixes
This commit is contained in:
parent
80ec936a0c
commit
a9a9d42fb8
|
@ -33,7 +33,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<h1 class="text-center sde-blue mb-0" style="margin-bottom: auto">{{ __('msg.aktiviteter') }}</h1>
|
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{ __('msg.aktiviteter') }}</h1>
|
||||||
@if(!$events->isEmpty())
|
@if(!$events->isEmpty())
|
||||||
@foreach($events as $event)
|
@foreach($events as $event)
|
||||||
<form method="get" action="{{ route("userevents.create") }}" id="form{{$event->id}}">
|
<form method="get" action="{{ route("userevents.create") }}" id="form{{$event->id}}">
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<main>
|
<main>
|
||||||
<h1 style="margin-bottom: auto" class="text-center sde-blue mt-0">{{__('msg.aktiviteter')}}</h1>
|
<h1 style="margin-bottom: 2rem" class="text-center sde-blue mt-0">{{__('msg.aktiviteter')}}</h1>
|
||||||
<div style="padding: 4px; margin-top: .25rem; text-align: justify; ">
|
<div style="padding: 4px; margin-top: .25rem; text-align: justify; ">
|
||||||
<h2 class="text-center sde-blue mt-0">{{ $event->name }}</h2>
|
<h2 class="text-center sde-blue mt-0">{{ $event->name }}</h2>
|
||||||
{!!$event->description!!}
|
{!!$event->description!!}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
<main>
|
<main>
|
||||||
<h1 class="text-center sde-blue mb-0" style="margin-bottom: auto">{{__('msg.tilmeldteaktiviteter')}}</h1>
|
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{__('msg.tilmeldteaktiviteter')}}</h1>
|
||||||
{!! session()->get('eventunsubscribed') !!}
|
{!! session()->get('eventunsubscribed') !!}
|
||||||
@if(!$userevents->isEmpty())
|
@if(!$userevents->isEmpty())
|
||||||
@foreach($userevents as $userevent)
|
@foreach($userevents as $userevent)
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<main style="min-height: calc(100% - 61.34px);">
|
<main style="min-height: calc(100% - 61.34px);">
|
||||||
<h1 class="text-center sde-blue mt-0" style="margin-bottom: auto;">{{__('msg.vejledning')}}</h1>
|
<h1 class="text-center sde-blue mt-0" style="margin-bottom: 2rem;">{{__('msg.vejledning')}}</h1>
|
||||||
@if(!$guides->isEmpty())
|
@if(!$guides->isEmpty())
|
||||||
@foreach($guides as $guide)
|
@foreach($guides as $guide)
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<main>
|
<main>
|
||||||
<h1 style="margin-bottom: auto" class="text-center sde-blue mt-0">{{__('msg.vejledning')}}</h1>
|
<h1 style="margin-bottom: 2rem" class="text-center sde-blue mt-0">{{__('msg.vejledning')}}</h1>
|
||||||
<div style="padding: 4px; margin-top: .25rem; text-align: justify; ">
|
<div style="padding: 4px; margin-top: .25rem; text-align: justify; ">
|
||||||
<h2 class="text-center sde-blue mt-0">{{ $guide->name }}</h2>
|
<h2 class="text-center sde-blue mt-0">{{ $guide->name }}</h2>
|
||||||
{!!$guide->guide_articles!!}
|
{!!$guide->guide_articles!!}
|
||||||
|
|
Loading…
Reference in New Issue