We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f47cb commit 7da7813Copy full SHA for 7da7813
scanpipe/templates/scanpipe/includes/breadcrumb.html
@@ -8,7 +8,7 @@
8
<li><a href="{{ project.get_absolute_url }}" class="has-text-grey">{{ project.name }}</a></li>
9
{% endif %}
10
{% if current %}
11
- <li class="is-active"><a href="#" aria-current="page">{{ current }}</a></li>
+ <li><a href="{{ request.path }}" class="has-text-dark has-text-weight-semibold" aria-current="page">{{ current }}</a></li>
12
{% else %}
13
<li class="is-active"><a href="#" aria-current="page">{{ project.name }}</a></li>
14
0 commit comments