v0.10.0i - :(

This commit is contained in:
Neerholt 2020-08-17 15:06:35 +02:00
parent 0144fb8586
commit e6fbafb011
1 changed files with 4 additions and 3 deletions

View File

@ -110,7 +110,7 @@
@endif @endif
<div class="container" style="margin-top: 8px;"> <div class="container" style="margin-top: 8px;">
<table style="border: 1px solid lightgrey"> <table style="border: 1px solid lightgrey; width: 100%;">
<tr> <tr>
<td> {!! \App\Helpers::closetags(substr(\App\Event::query()->orderByDesc("date")->first()->description, 0, 300) )!!}</td> <td> {!! \App\Helpers::closetags(substr(\App\Event::query()->orderByDesc("date")->first()->description, 0, 300) )!!}</td>
</tr> </tr>
@ -162,8 +162,8 @@
</div> </div>
<table class="tbl mt-1"> <table class="tbl mt-1">
<tr> <tr>
<th class="text-white text-center" style="background-color: lightseagreen;">Ugens Menuplan</th> <th class="text-white text-center" style="background-color: lightseagreen; border-right: unset;">Ugens Menuplan</th>
<th class="text-white text-center" style="background-color: lightseagreen;"></th> <!--Maybe fix ?--> <th class="text-white text-center" style="background-color: lightseagreen; border-left: unset;"></th> <!--Maybe fix ?-->
</tr> </tr>
@if(\App\MenuPlan::query()->where("week", "=", date('W'))->first() !== null) @if(\App\MenuPlan::query()->where("week", "=", date('W'))->first() !== null)
{{-- \App\MenuPlan::query()->where("week", "=", date('W'))->first() --}} {{-- \App\MenuPlan::query()->where("week", "=", date('W'))->first() --}}
@ -181,6 +181,7 @@
<td>{{ \App\MenuPlan::query()->where("week", "=", date('W'))->first()->thursday }}</td> <td>{{ \App\MenuPlan::query()->where("week", "=", date('W'))->first()->thursday }}</td>
</tr> </tr>
@else @else
</table>
<p class="text-center">Der er ingen menuplan for denne uge</p> <p class="text-center">Der er ingen menuplan for denne uge</p>
@endif @endif
</table> </table>