fedibird-fe/app/views/settings/account_subscribes/new.html.haml

10 lines
339 B
Text
Raw Normal View History

- content_for :page_title do
= t('account_subscribes.new.title')
= 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