Adopt changes in region detail page headlines

This commit is contained in:
Björn Fromme
2021-08-31 17:07:47 +02:00
parent 4ba93a64c0
commit b1c0ad1958
@@ -54,13 +54,13 @@
<f:if condition="{bars}"> <f:if condition="{bars}">
<f:then> <f:then>
<div class="headerbar"> <div class="headerbar">
{f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')} {f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')} {region.name}
</div> </div>
</f:then> </f:then>
<f:else> <f:else>
<h2> <h3>
{f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')} {f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')} {region.name}
</h2> </h3>
</f:else> </f:else>
</f:if> </f:if>
<f:if condition="{region.skiPass}"> <f:if condition="{region.skiPass}">
@@ -77,12 +77,12 @@
<f:if condition="{bars}"> <f:if condition="{bars}">
<f:then> <f:then>
<div class="headerbar"> <div class="headerbar">
Aktuell Aktuelles {region.name}
</div> </div>
</f:then> </f:then>
<f:else> <f:else>
<h2> <h2>
Aktuell Aktuelles {region.name}
</h2> </h2>
</f:else> </f:else>
</f:if> </f:if>