9 lines
359 B
Plaintext
9 lines
359 B
Plaintext
%li
|
|
.rules-list__text= rule_translation.text
|
|
- if rule_translation.hint?
|
|
.rules-list__hint{ tabIndex: -1 }
|
|
%span.rules-list__hint-text= rule_translation.hint
|
|
%button.rules-list__toggle-button{ type: 'button', hidden: true, 'aria-expanded': 'false' }
|
|
= material_symbol('more_horiz')
|
|
%span.sr-only= t('auth.rules.read_more')
|