mastodon/app/views/admin/email_subscriptions/_compliance_settings.html.haml
Eugen Rochko ee88da4511
Add admin UI for managing email subscriptions (#38741)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2026-05-04 13:56:04 +00:00

23 lines
853 B
Plaintext

.subheading-with-action
.subheading-with-action__subheading
%h3= t('.title')
%p= t('.lead')
.actions-list
.actions-list__item
.actions-list__item__label
.actions-list__item__label__label
= t('.privacy_policy.title')
.actions-list__item__label__hint
= t('.privacy_policy.hint')
.actions-list__item__action
= link_to t('.privacy_policy.action'), admin_settings_about_path, class: 'button button-secondary'
.actions-list__item
.actions-list__item__label
.actions-list__item__label__label
= t('.additional_footer_text.title')
.actions-list__item__label__hint
= t('.additional_footer_text.hint')
.actions-list__item__action
= link_to t('.additional_footer_text.action'), admin_email_subscriptions_additional_footer_text_path, class: 'button button-secondary'