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
|
||||
left: 7px
|
||||
|
||||
.ribbon
|
||||
+ribbon
|
||||
|
||||
.info
|
||||
width: 100%
|
||||
height: 100%
|
||||
|
@ -95,6 +95,11 @@ script.
|
||||
i.pi-folder
|
||||
| {% endif %}
|
||||
|
||||
| {% if n.permissions.world %}
|
||||
.ribbon
|
||||
span free
|
||||
| {% endif %}
|
||||
|
||||
.info
|
||||
a.title(href="{{ url_for_node(node=n) }}") {{ n.name }}
|
||||
p.description(href="{{ url_for_node(node=n) }}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user