Merge branch '2135-send-message-flow-h1-changes' of https://github.com/GSA/notifications-admin into 2135-send-message-flow-h1-changes

This commit is contained in:
Jonathan Bobel
2024-12-03 09:51:30 -05:00
2 changed files with 10 additions and 9 deletions

View File

@@ -3,10 +3,10 @@
service_id,
template_type,
current_user,
link_current_item=False,
root_element='h2'
link_current_item=False
) %}
<{{ root_element }} class="font-body-lg folder-heading margin-bottom-0"{% if root_element == 'h1' %} id="page-header"{% endif %}>
<nav class="navigation-service usa-breadcrumb padding-top-0">
{% for folder in folders %}
{% if loop.last and not link_current_item %}
{% if folder.template_type or not folder.id %}
@@ -27,7 +27,7 @@
{% if not loop.last %}{{ folder_path_separator() }}{% endif %}
{% endif %}
{% endfor %}
</{{ root_element }}>
</nav>
{% endmacro %}