fix: remove not available view helper
This commit is contained in:
parent
37300492dc
commit
6c602a4838
1 changed files with 1 additions and 4 deletions
|
|
@ -23,9 +23,6 @@
|
||||||
</f:if>
|
</f:if>
|
||||||
</f:for>
|
</f:for>
|
||||||
</div>
|
</div>
|
||||||
<f:if condition="{data.image -> f:count()} > 3">
|
|
||||||
<p>+ {f:math.subtract(a: '{data.image -> f:count()}', b: '3')} more images</p>
|
|
||||||
</f:if>
|
|
||||||
<p>
|
<p>
|
||||||
<f:switch expression="{data.columns}">
|
<f:switch expression="{data.columns}">
|
||||||
<f:case value="2">2 Columns</f:case>
|
<f:case value="2">2 Columns</f:case>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue