Added icons to availability text

This commit is contained in:
Oliver Davies 2015-09-12 18:15:09 +01:00
parent b177f528be
commit 6afcc3dfc6
2 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@
{% set text = text ~ ' until ' ~ data.end|date('F Y') %}
{% endif %}
<p class="availability__{{ data.available }}">{{ text }}.</p>
<p>{{ text|raw }}.</p>
{% endfor %}
</div>
</div>