Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/portal/templates/includes/nav_portal.raw.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
{% endif %}
{% if user.is_authenticated %}
<li class="nav-item dropdown" style="{% if settings.DOCS_CHATBOT_URL %}border-left: 1px solid var(--header-minor-border-color);{% endif %}">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<button class="nav-link dropdown-toggle" id="navbarDropdown" type="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="icon icon-user" role="presentation"></i>
<span>{{ user.get_username }}</span>
<span class="sr-only">Toggle Dropdown</span>
</a>
</button>
<nav class="dropdown-menu dropdown-menu-end">
<a class="dropdown-item" href="{% url 'workbench:dashboard' %}">
<i class="icon icon-dashboard" role="presentation"></i> My Dashboard
Expand Down