~cytrogen/masto-fe

ref: 173041f02cb6aba9f62310eb1451852dae97b0ff masto-fe/app/views/mail_subscriptions/create.html.haml -rw-r--r-- 515 bytes
173041f0 — renovate[bot] Update dependency typescript to v5.2.2 (#26786) 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)