Removed redundant if around for
This commit is contained in:
parent
b3a36f2833
commit
889b5dc1c5
@ -43,7 +43,6 @@
|
|||||||
i.pi-puzzle
|
i.pi-puzzle
|
||||||
| {% if not node.properties.is_tileable %}Not {% endif %}Seamless
|
| {% if not node.properties.is_tileable %}Not {% endif %}Seamless
|
||||||
|
|
||||||
| {% if node.properties.files %}
|
|
||||||
| {% for f in node.properties.files %}
|
| {% for f in node.properties.files %}
|
||||||
section.node-row.texture-map
|
section.node-row.texture-map
|
||||||
section.node-preview.texture
|
section.node-preview.texture
|
||||||
@ -105,14 +104,12 @@
|
|||||||
i.pi-lock
|
i.pi-lock
|
||||||
| Download
|
| Download
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endfor %}
|
|
||||||
| {% else %}
|
| {% else %}
|
||||||
section.node-row
|
section.node-row
|
||||||
section.node-details-container.texture
|
section.node-details-container.texture
|
||||||
.node-details-header.nofiles
|
.node-details-header.nofiles
|
||||||
.node-title No texture maps... yet!
|
.node-title No texture maps... yet!
|
||||||
|
| {% endfor %}
|
||||||
| {% endif %}
|
|
||||||
|
|
||||||
|
|
||||||
include ../_scripts
|
include ../_scripts
|
||||||
@ -197,4 +194,3 @@ script.
|
|||||||
});
|
});
|
||||||
|
|
||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user