Add in missing carets

This commit is contained in:
George Drummond 2019-04-22 11:22:32 -04:00
parent c61f5f20bd
commit a35a6320a9
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -43,11 +43,11 @@
</span>
<span class="icon-link icon-link--large accordion-table__item__toggler">
{% set open_environments_button %}
{{ "common.show" | translate }} Environments ({{ members_list | length }})
{{ "common.show" | translate }} Environments ({{ members_list | length }}) {{ Icon('caret_down') }}
{% endset %}
{% set close_environments_button %}
{{ "common.hide" | translate }} Environments ({{ members_list | length }})
{{ "common.hide" | translate }} Environments ({{ members_list | length }}) {{ Icon('caret_up') }}
{% endset %}
{{