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 1021a09 commit 127a01dCopy full SHA for 127a01d
view_breadcrumbs/templates/view_breadcrumbs/bootstrap3.html
@@ -1,6 +1,6 @@
1
<ul class="breadcrumb">
2
{% for url, label in breadcrumbs %}
3
- <li{% ifequal forloop.counter breadcrumbs_total %} class="active"{% endifequal %}>
+ <li{% if forloop.counter == breadcrumbs_total %} class="active"{% endif %}>
4
{% if url and forloop.counter != breadcrumbs_total %}
5
<a href="{{ url }}">{{ label|safe }}</a>
6
{% else %}
0 commit comments