mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 16:38:26 -04:00
fixed testing
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
class="usa-link template-list-folder"
|
class="usa-link template-list-folder"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
role="link"
|
role="link"
|
||||||
aria-label="{{ format_item_name(item.name) }}">
|
aria-label="{{ item.name }}">
|
||||||
<span class="live-search-relevant">{{- format_item_name(item.name) -}}</span>
|
<span class="live-search-relevant">{{- format_item_name(item.name) -}}</span>
|
||||||
</a>
|
</a>
|
||||||
{% elif not item.ancestors %}
|
{% elif not item.ancestors %}
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
class="usa-link template-list-template"
|
class="usa-link template-list-template"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
role="link"
|
role="link"
|
||||||
aria-label="{{ format_item_name(item.name) }}">
|
aria-label="{{ item.name }}">
|
||||||
<span class="live-search-relevant">
|
<span class="live-search-relevant">
|
||||||
{%- if current_service.api_keys -%}
|
{%- if current_service.api_keys -%}
|
||||||
<span class="display-none">{{ item.id }} </span>
|
<span class="display-none">{{ item.id }} </span>
|
||||||
|
|||||||
Reference in New Issue
Block a user