Node description for HDRI/Textures folders

This commit is contained in:
Pablo Vazquez 2016-11-29 14:44:41 +01:00
parent 3fbee33369
commit bf5b457141
2 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,12 @@
style="background-image: url({{ node.picture.thumbnail('m', api=api) }})")
| {% endif %}
| {% if node.description %}
section.node-row
.node-details-description
| {{node.description}}
| {% endif %}
| {% if children %}
section.node-row.texture-info
span.texture-info-files {{ children|length }} item{% if children|length != 1 %}s{% endif %}

View File

@ -9,6 +9,12 @@
style="background-image: url({{ node.picture.thumbnail('m', api=api) }})")
| {% endif %}
| {% if node.description %}
section.node-row
.node-details-description
| {{node.description}}
| {% endif %}
| {% if children %}
section.node-row.texture-info
span.texture-info-files {{ children|length }} item{% if children|length != 1 %}s{% endif %}