Skip to content

Commit

Permalink
adding "my builds" to navigation
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Oct 20, 2021
1 parent 60d805b commit 0e13b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spackmon/apps/base/templates/base/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
{% if request.user.is_authenticated %}<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">{{ request.user.username }}</a>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="{% url 'main:builds_by_owner' request.user.username %}">My Builds</a>
<a class="dropdown-item" href="{% url 'users:profile' %}">Settings</a>
<a class="dropdown-item" href="{% url 'users:token' %}">Token</a>
<div class="dropdown-divider"></div>
Expand Down

0 comments on commit 0e13b0a

Please sign in to comment.