Use undertitle filter when displaying node status

This commit is contained in:
2016-11-01 19:36:04 +01:00
parent 6faea83372
commit e143b9cb72
6 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
| {% if node.properties.status != 'published' %}
li.node-details-meta-list-item.status
| {{node.properties.status}}
| {{ node.properties.status | undertitle }}
| {% endif %}
.node-details-meta-actions