Skip to content

Commit acc1fcc

Browse files
committed
views: add shortcut to series-list view on base.html
Signed-off-by: andrepapoti <[email protected]>
1 parent 342276d commit acc1fcc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/base.html

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
{% block navbarmenu %}
4949
{% if project %}
5050
<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>
5157
<li class="{% block patch_active %}{% endblock %}">
5258
<a href="{% url 'patch-list' project_id=project.linkname %}">
5359
<span class="glyphicon glyphicon-file"></span>

0 commit comments

Comments
 (0)