Skip to content

Commit

Permalink
Merge pull request #2087 from GSA/1939-accessibility-audit-the-entire…
Browse files Browse the repository at this point in the history
…-send-message-flow-with-a-few-branching-situations-like-scheduling-a-send-vs-now

Fix a11y errors within the send flow
  • Loading branch information
heyitsmebev authored Nov 20, 2024
2 parents f903451 + c85bbb4 commit 99d934c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/components/folder-path.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<span class="folder-heading-folder">{{ folder.name }}</span>
{% endif %}
{% else %}
<a href="{{ url_for('.choose_template', service_id=service_id, template_type=template_type) }}" title="Templates" class="usa-link {% if loop.length > 2 %}folder-heading-folder-root-truncated{% endif %}">Templates</a>
<a href="{{ url_for('.choose_template', service_id=service_id, template_type=template_type) }}" class="usa-link {% if loop.length > 2 %}folder-heading-folder-root-truncated{% endif %}">Templates</a>
{% endif %}
{% if not loop.last %}{{ folder_path_separator() }}{% endif %}
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/partials/jobs/notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% from "components/page-footer.html" import page_footer %}
{% from "components/form.html" import form_wrapper %}

<div class="ajax-block-container" aria-labelledby='pill-selected-item' role="region">
<div class="ajax-block-container" role="region">
{% if job.scheduled %}

<p class="usa-body">
Expand Down

0 comments on commit 99d934c

Please sign in to comment.