Projects: Explore -> Browse

This commit is contained in:
2018-09-18 18:53:55 +02:00
parent f4ade9cda7
commit 83097cf473

View File

@@ -17,7 +17,7 @@ include ../mixins/components
| {% if not project.is_private %} | {% if not project.is_private %}
li.text-capitalize li.text-capitalize
a.nav-link.text-muted.px-0(href="{{ category_url }}") a.nav-link.text-muted.px-0(href="{{ category_url }}")
span {{ project.category }} span {{ project.category }}s
li.px-1 li.px-1
i.pi-angle-right i.pi-angle-right
| {% endif %} | {% endif %}
@@ -46,7 +46,7 @@ include ../mixins/components
href="{{ url_for('projects.view_node', project_url=project.url, node_id=featured_node_id) }}", href="{{ url_for('projects.view_node', project_url=project.url, node_id=featured_node_id) }}",
title="Explore {{ project.name }}", title="Explore {{ project.name }}",
class="{% if title == 'project' %}active{% endif %}") class="{% if title == 'project' %}active{% endif %}")
span Explore span Browse
| {% endif %} | {% endif %}
| {% endmacro %} | {% endmacro %}