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

14 lines
326 B
Text

.fields-group
= f.input :acct, wrapper: :with_label
.fields-group
= f.input :show_reblogs, as: :boolean, wrapper: :with_label
.fields-group
= f.input :media_only, as: :boolean, wrapper: :with_label
.fields-group
= f.label :list_id
= f.collection_select :list_id, home_list_new(@lists), :first, :last
%hr.spacer/