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