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:then>
<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>
</f:then>
<f:else>
<h2>
{f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')}
</h2>
<h3>
{f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')} {region.name}
</h3>
</f:else>
</f:if>
<f:if condition="{region.skiPass}">
@@ -77,12 +77,12 @@
<f:if condition="{bars}">
<f:then>
<div class="headerbar">
Aktuell
Aktuelles {region.name}
</div>
</f:then>
<f:else>
<h2>
Aktuell
Aktuelles {region.name}
</h2>
</f:else>
</f:if>