Node description for HDRI/Textures folders
This commit is contained in:
@@ -9,6 +9,12 @@
|
|||||||
style="background-image: url({{ node.picture.thumbnail('m', api=api) }})")
|
style="background-image: url({{ node.picture.thumbnail('m', api=api) }})")
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
| {% if node.description %}
|
||||||
|
section.node-row
|
||||||
|
.node-details-description
|
||||||
|
| {{node.description}}
|
||||||
|
| {% endif %}
|
||||||
|
|
||||||
| {% if children %}
|
| {% if children %}
|
||||||
section.node-row.texture-info
|
section.node-row.texture-info
|
||||||
span.texture-info-files {{ children|length }} item{% if children|length != 1 %}s{% endif %}
|
span.texture-info-files {{ children|length }} item{% if children|length != 1 %}s{% endif %}
|
||||||
|
@@ -9,6 +9,12 @@
|
|||||||
style="background-image: url({{ node.picture.thumbnail('m', api=api) }})")
|
style="background-image: url({{ node.picture.thumbnail('m', api=api) }})")
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
| {% if node.description %}
|
||||||
|
section.node-row
|
||||||
|
.node-details-description
|
||||||
|
| {{node.description}}
|
||||||
|
| {% endif %}
|
||||||
|
|
||||||
| {% if children %}
|
| {% if children %}
|
||||||
section.node-row.texture-info
|
section.node-row.texture-info
|
||||||
span.texture-info-files {{ children|length }} item{% if children|length != 1 %}s{% endif %}
|
span.texture-info-files {{ children|length }} item{% if children|length != 1 %}s{% endif %}
|
||||||
|
Reference in New Issue
Block a user