Skip to content

Commit

Permalink
Bootstrap 5 Migration - Rebuilt diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjriley committed Nov 22, 2024
1 parent d33ce72 commit f6b2732
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- <li class="nav-divider divider"></li>
- <li class="dropdown-header nav-header">{% trans 'Manage Enterprise' %}</li>
- <li>
- <a href="{% url "enterprise_dashboard" domain %}">
- <a href="{% url "platform_overview" domain %}">
- <i class="fa fa-cogs icon-cogs dropdown-icon"></i> {% trans "Enterprise Console" %}
- </a>
- </li>
Expand Down Expand Up @@ -86,7 +86,7 @@
+ <li><hr class="dropdown-divider"></li>
+ <li class="dropdown-header nav-header">{% trans 'Manage Enterprise' %}</li>
+ <li>
+ <a href="{% url "enterprise_dashboard" domain %}" class="dropdown-item">
+ <a href="{% url "platform_overview" domain %}" class="dropdown-item">
+ <i class="fa fa-cogs icon-cogs dropdown-icon"></i> {% trans "Enterprise Console" %}
</a>
- </li>
Expand Down

0 comments on commit f6b2732

Please sign in to comment.