We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342276d commit acc1fccCopy full SHA for acc1fcc
templates/base.html
@@ -48,6 +48,12 @@
48
{% block navbarmenu %}
49
{% if project %}
50
<ul class="nav navbar-nav">
51
+ <li class="{% block series_active %}{% endblock %}">
52
+ <a href="{% url 'series-list' project_id=project.linkname %}">
53
+ <span class="glyphicon glyphicon-file"></span>
54
+ Series
55
+ </a>
56
+ </li>
57
<li class="{% block patch_active %}{% endblock %}">
58
<a href="{% url 'patch-list' project_id=project.linkname %}">
59
<span class="glyphicon glyphicon-file"></span>
0 commit comments