Show free ribbon on project view
This commit is contained in:
parent
98295305fd
commit
8654503f5a
@ -1624,6 +1624,9 @@ a.learn-more
|
|||||||
font-size: 1.6em
|
font-size: 1.6em
|
||||||
left: 7px
|
left: 7px
|
||||||
|
|
||||||
|
.ribbon
|
||||||
|
+ribbon
|
||||||
|
|
||||||
.info
|
.info
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 100%
|
height: 100%
|
||||||
|
@ -95,6 +95,11 @@ script.
|
|||||||
i.pi-folder
|
i.pi-folder
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
| {% if n.permissions.world %}
|
||||||
|
.ribbon
|
||||||
|
span free
|
||||||
|
| {% endif %}
|
||||||
|
|
||||||
.info
|
.info
|
||||||
a.title(href="{{ url_for_node(node=n) }}") {{ n.name }}
|
a.title(href="{{ url_for_node(node=n) }}") {{ n.name }}
|
||||||
p.description(href="{{ url_for_node(node=n) }}")
|
p.description(href="{{ url_for_node(node=n) }}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user