mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
Removing blanket commented-out code and moving to the navigation conditional
This commit is contained in:
@@ -110,7 +110,8 @@
|
||||
] %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% set navigation = [
|
||||
<!-- Add navigation back after pilot -->
|
||||
{# {% set navigation = [
|
||||
{
|
||||
"href": url_for('main.get_started'),
|
||||
"text": "Using notify",
|
||||
@@ -131,7 +132,7 @@
|
||||
"text": "Sign in",
|
||||
"active": header_navigation.is_selected('sign-in')
|
||||
}
|
||||
] %}
|
||||
] %} #}
|
||||
{% endif %}
|
||||
|
||||
{{ govukHeader({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<fieldset class="govuk-fieldset margin-bottom-5
|
||||
<fieldset class="govuk-fieldset margin-y-5
|
||||
{%- if params.classes %} {{ params.classes }}{% endif %}"
|
||||
{%- if params.describedBy %} aria-describedby="{{ params.describedBy }}"{% endif %}
|
||||
{%- for attribute, value in params.attributes %} {{ attribute }}="{{ value }}"{% endfor %}>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
<button type="button" class="usa-menu-btn">Menu</button>
|
||||
</div>
|
||||
{# <nav aria-label="Primary navigation" class="usa-nav">
|
||||
<nav aria-label="Primary navigation" class="usa-nav">
|
||||
<div class="usa-nav__inner">
|
||||
<button type="button" class="usa-nav__close">
|
||||
<img src="/static/images/usa-icons/close.svg" role="img" alt="Close" />
|
||||
@@ -117,5 +117,5 @@
|
||||
</section> -->
|
||||
</div>
|
||||
</div>
|
||||
</nav> #}
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user