Show status in texture view_embed

This commit is contained in:
Sybren A. Stüvel 2018-01-25 16:17:26 +01:00
parent 889b5dc1c5
commit 666da0adda

View File

@ -42,6 +42,13 @@
span.texture-info-seamless span.texture-info-seamless
i.pi-puzzle i.pi-puzzle
| {% if not node.properties.is_tileable %}Not {% endif %}Seamless | {% if not node.properties.is_tileable %}Not {% endif %}Seamless
span.texture-info-status
| {% if node.properties.status == 'published' %}
i.pi-laugh
| {% else %}
i.pi-displeased
| {% endif %}
| {{ node.properties.status }}
| {% for f in node.properties.files %} | {% for f in node.properties.files %}
section.node-row.texture-map section.node-row.texture-map