~cytrogen/masto-fe

ref: effe4728cf7adbefd9becf927cf4a34e3b337eb2 masto-fe/app/views/mail_subscriptions/create.html.haml -rw-r--r-- 515 bytes
effe4728 — github-actions[bot] New Crowdin Translations (automated) (#27005) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
- content_for :page_title do
  = t('mail_subscriptions.unsubscribe.title')

.simple_form
  %h1.title= t('mail_subscriptions.unsubscribe.complete')
  %p.lead
    = t('mail_subscriptions.unsubscribe.success_html', domain: content_tag(:strong, site_hostname), type: content_tag(:strong, I18n.t(@type, scope: 'mail_subscriptions.unsubscribe.emails')), email: content_tag(:strong, @user.email))
  %p.lead
    = t('mail_subscriptions.unsubscribe.resubscribe_html', settings_path: settings_preferences_notifications_path)