Add optional fetching with processing status references

This commit is contained in:
KMY 2023-09-19 17:53:13 +09:00
parent dc6ad38474
commit ac915654b6
6 changed files with 45 additions and 22 deletions

View file

@ -15,7 +15,7 @@
= ff.input :lock_follow_from_bot, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_lock_follow_from_bot')
.fields-group
= ff.input :single_ref_to_quote, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_single_ref_to_quote')
= ff.input :single_ref_to_quote, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_single_ref_to_quote'), hint: I18n.t('simple_form.labels.defaults.setting_single_ref_to_quote')
%h4= t 'preferences.posting_defaults'