Show Public status on textures

This commit is contained in:
2016-11-29 15:58:21 +01:00
parent a79ca80f28
commit dea6dd5242
2 changed files with 11 additions and 0 deletions

View File

@@ -810,6 +810,9 @@ $node-preview-max-height-lg: 700px
margin-right: 10px
color: $color-text-dark-secondary
&.public, &.public span
color: $color-success
.texture-backdrop
background:
size: cover

View File

@@ -24,6 +24,14 @@
| {% 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
| {% if node.properties.files %}