Project view: dim title link

This commit is contained in:
Pablo Vazquez 2018-09-06 12:52:54 +02:00
parent 858a75af8d
commit 0baf5b38c3

View File

@ -23,7 +23,7 @@
section.node-details-container.project
h2.px-3.pt-3
a(href="{{ url_for( 'projects.view', project_url=project.url) }}") {{ project.name }}
a.text-muted(href="{{ url_for( 'projects.view', project_url=project.url) }}") {{ project.name }}
| {% if project.description %}
.node-details-description
@ -126,5 +126,4 @@ script.
});
});
| {% endblock %}