Projects: Explore -> Browse

This commit is contained in:
Pablo Vazquez 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 %}
li.text-capitalize
a.nav-link.text-muted.px-0(href="{{ category_url }}")
span {{ project.category }}
span {{ project.category }}s
li.px-1
i.pi-angle-right
| {% endif %}
@ -46,7 +46,7 @@ include ../mixins/components
href="{{ url_for('projects.view_node', project_url=project.url, node_id=featured_node_id) }}",
title="Explore {{ project.name }}",
class="{% if title == 'project' %}active{% endif %}")
span Explore
span Browse
| {% endif %}
| {% endmacro %}