Skip to content

Commit

Permalink
fix issue #147, added cog to settings button in dropdown navbar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
croueAlec committed Oct 16, 2024
1 parent 079be64 commit a95ab0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django/src/pages/templates/extends/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="dropdownMenuButton">
<li><a class="dropdown-item" data-route href="#">Profile</a></li>
<li><a class="dropdown-item" data-route href="/settings">Settings</a></li>
<li><a class="dropdown-item" data-route href="/settings">Settings <span
class="glyphicon glyphicon-cog"></span></a></li>
<li>
<hr class="dropdown-divider">
</li>
Expand Down

0 comments on commit a95ab0d

Please sign in to comment.