Show Public status on textures
This commit is contained in:
@@ -810,6 +810,9 @@ $node-preview-max-height-lg: 700px
|
|||||||
margin-right: 10px
|
margin-right: 10px
|
||||||
color: $color-text-dark-secondary
|
color: $color-text-dark-secondary
|
||||||
|
|
||||||
|
&.public, &.public span
|
||||||
|
color: $color-success
|
||||||
|
|
||||||
.texture-backdrop
|
.texture-backdrop
|
||||||
background:
|
background:
|
||||||
size: cover
|
size: cover
|
||||||
|
@@ -24,6 +24,14 @@
|
|||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
| {% if node.permissions.world %}
|
||||||
|
.texture-license.public(
|
||||||
|
data-toggle="tooltip",
|
||||||
|
data-placement="bottom",
|
||||||
|
title="Anybody can download. Share it!")
|
||||||
|
i.pi-lock-open
|
||||||
|
span Public
|
||||||
|
| {% endif %}
|
||||||
|
|
||||||
section.node-row.texture-info
|
section.node-row.texture-info
|
||||||
| {% if node.properties.files %}
|
| {% if node.properties.files %}
|
||||||
|
Reference in New Issue
Block a user