Mastodon/app/views/auth/rule_translations/_rule_translation.html.haml

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')