mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
try adding service nav
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<nav id="nav-service-nav" aria-label="Service navigation">
|
<main id="nav-service-nav" aria-label="Service navigation">
|
||||||
<div class="navigation-service margin-top-5 display-flex flex-align-end flex-justify border-bottom padding-bottom-1">
|
<div class="navigation-service margin-top-5 display-flex flex-align-end flex-justify border-bottom padding-bottom-1">
|
||||||
{% if current_service.organization_id %}
|
{% if current_service.organization_id %}
|
||||||
{% if current_user.platform_admin or
|
{% if current_user.platform_admin or
|
||||||
@@ -14,4 +14,4 @@
|
|||||||
</div>
|
</div>
|
||||||
<a href="{{ url_for('main.choose_account') }}" class="usa-link">Switch service</a>
|
<a href="{{ url_for('main.choose_account') }}" class="usa-link">Switch service</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user