Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Mar 19, 2024
1 parent 35e24d7 commit 0b48e24
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@

{% get_user_links request as dropdown_links %}
{% for link in dropdown_links %}
{% if link.name == 'admin' or link.name == 'sign-out' or link.name == 'sign-in' %}
<div class="dropdown-divider"></div>
{% endif %}
<a class="dropdown-item {% if link.active %}active{% endif %}
{% if link.name == 'sign-out' %}text-danger{% endif %}
{% if link.name == 'sign-in' %}text-primary{% endif %}"
Expand Down

0 comments on commit 0b48e24

Please sign in to comment.