Added classes
This commit is contained in:
parent
276814ec47
commit
444c93e0c1
|
@ -38,7 +38,7 @@
|
||||||
{% set text = text ~ ' until ' ~ end|date('F Y') %}
|
{% set text = text ~ ' until ' ~ end|date('F Y') %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>{{ text }}.</p>
|
<p class="availability__{{ status }}">{{ text }}.</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue