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