Skip to content
Snippets Groups Projects
Commit a4a3ebb6 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

fix divider in dropdown in header

parent d81747f4
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{%- if auth_state and auth_state.get("last_login", False) %} {%- if auth_state and auth_state.get("last_login", False) %}
<li><h6 class="dropdown-header">Last login</h6></li> <li><h6 class="dropdown-header">Last login</h6></li>
<li><a class="dropdown-item disabled text-black">{{ auth_state.get("last_login") }}</a></li> <li><a class="dropdown-item disabled text-black">{{ auth_state.get("last_login") }}</a></li>
<li><hr class="dropdown-divider"></li>
{%- endif -%} {%- endif -%}
<li><hr class="dropdown-divider"></li> <li><hr class="dropdown-divider"></li>
<li> <li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment