Projects: Only display category for public projects
This commit is contained in:
parent
6648f8d074
commit
85e5cb4f71
@ -14,11 +14,13 @@ include ../mixins/components
|
||||
|
||||
+nav-secondary()
|
||||
| {% if project.url != 'blender-cloud' %}
|
||||
| {% if not project.is_private %}
|
||||
li.text-capitalize
|
||||
a.nav-link.text-muted.px-0(href="{{ category_url }}")
|
||||
span {{ project.category }}
|
||||
li.px-1
|
||||
i.pi-angle-right
|
||||
| {% endif %}
|
||||
|
||||
+nav-secondary-link(
|
||||
class="px-1 font-weight-bold",
|
||||
|
Loading…
x
Reference in New Issue
Block a user