Add optional fetching with processing status references
This commit is contained in:
parent
dc6ad38474
commit
ac915654b6
6 changed files with 45 additions and 22 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue