mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 23:08:07 -04:00
Move switch service out of black header
Also following the pattern work that Tim and Stephen have done.
This commit is contained in:
@@ -42,9 +42,6 @@
|
||||
{% endcall %}
|
||||
{% else %}
|
||||
<nav class="navigation">
|
||||
<h2 class="navigation-service-name">
|
||||
{{ current_service.name }}
|
||||
</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url_for('.service_dashboard', service_id=current_service.id) }}">Dashboard</a></li>
|
||||
{% if current_user.has_permissions(['view_activity', 'manage_templates', 'manage_api_keys'], admin_override=True, any_=True) %}
|
||||
|
||||
Reference in New Issue
Block a user