Skip to content

Commit

Permalink
views: add shortcut to series-list view on navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepapoti authored and victor-accarini committed Jan 27, 2025
1 parent 8659bef commit ca73edf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
{% block navbarmenu %}
{% if project %}
<ul class="nav navbar-nav">
<li class="{% block series_active %}{% endblock %}">
<a href="{% url 'series-list' project_id=project.linkname %}">
<span class="glyphicon glyphicon-book"></span>
Series
</a>
</li>
<li class="{% block patch_active %}{% endblock %}">
<a href="{% url 'patch-list' project_id=project.linkname %}">
<span class="glyphicon glyphicon-file"></span>
Expand Down

0 comments on commit ca73edf

Please sign in to comment.