Add in missing carets
This commit is contained in:
parent
c61f5f20bd
commit
a35a6320a9
@ -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 %}
|
||||
|
||||
{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user