Merge branch 'develop'
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<h1 class="mb-4">
|
<h1 class="mb-4">
|
||||||
Meine Buchungen
|
Meine Buchungen
|
||||||
</h1>
|
</h1>
|
||||||
<div class="w-full max-w-full overflow-x-auto">
|
<div class="w-full max-w-full overflow-x-scroll md:overflow-x-auto">
|
||||||
<table class="min-w-full border border-gray-200 border-collapse mb-8 text-sm">
|
<table class="min-w-full border border-gray-200 border-collapse mb-8 text-sm">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<f:render partial="NotBookable" arguments="{_all}"/>
|
<f:render partial="NotBookable" arguments="{_all}"/>
|
||||||
</f:then>
|
</f:then>
|
||||||
<f:else>
|
<f:else>
|
||||||
<div class="w-full max-w-full overflow-x-auto"
|
<div class="w-full max-w-full overflow-x-scroll md:overflow-x-auto"
|
||||||
data-controller="pricetable"
|
data-controller="pricetable"
|
||||||
data-pricetable-show-all-rows-value="true">
|
data-pricetable-show-all-rows-value="true">
|
||||||
<table class="min-w-full border border-gray-200 border-collapse mb-8">
|
<table class="min-w-full border border-gray-200 border-collapse mb-8">
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
</f:section>
|
</f:section>
|
||||||
|
|
||||||
<f:section name="Table">
|
<f:section name="Table">
|
||||||
<div class="w-full max-w-full overflow-x-auto">
|
<div class="w-full max-w-full overflow-x-scroll md:overflow-x-auto">
|
||||||
<table class="min-w-full border border-gray-200 border-collapse mb-8">
|
<table class="min-w-full border border-gray-200 border-collapse mb-8">
|
||||||
<f:for each="{categories}" as="category" key="categoryKey">
|
<f:for each="{categories}" as="category" key="categoryKey">
|
||||||
<f:if condition="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1) -> f:count()} > 0">
|
<f:if condition="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1) -> f:count()} > 0">
|
||||||
|
|||||||
Reference in New Issue
Block a user