From 83097cf4738b9b7a7ce594a099c497bd43b40886 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 18 Sep 2018 18:53:55 +0200 Subject: [PATCH] Projects: Explore -> Browse --- src/templates/projects/_macros.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/projects/_macros.pug b/src/templates/projects/_macros.pug index 3223743b..344417b8 100644 --- a/src/templates/projects/_macros.pug +++ b/src/templates/projects/_macros.pug @@ -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 %}