10 lines
374 B
Text
10 lines
374 B
Text
- content_for :page_title do
|
|
= t('account_subscribes.new.title')
|
|
%span.fedibird_features Fedibird
|
|
|
|
= simple_form_for @form_account_subscribing, url: settings_account_subscribes_path do |f|
|
|
= render 'shared/error_messages', object: @form_account_subscribing
|
|
= render 'fields', f: f
|
|
|
|
.actions
|
|
= f.button :button, t('account_subscribes.new.title'), type: :submit
|