mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
- content_for :page_title do
|
|
= t('.title')
|
|
|
|
.simple_form
|
|
%h1.title= t('.title')
|
|
%p.lead
|
|
- if @scope == :email_subscription
|
|
= t('.email_subscription.confirmation_html', name: display_name(@recipient.account))
|
|
- elsif @scope == :user
|
|
= t('.user.confirmation_html', type: I18n.t(@type, scope: 'unsubscriptions.notification_emails'), domain: site_hostname)
|
|
|
|
= link_to t('.action'), root_path, class: 'btn'
|