mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Add new "quick boosting" setting (#36516)
This commit is contained in:
parent
c96e28a41d
commit
6dad80eb8c
10 changed files with 120 additions and 6 deletions
|
|
@ -72,6 +72,8 @@
|
|||
|
||||
.fields-group
|
||||
= ff.input :'web.reblog_modal', wrapper: :with_label, hint: I18n.t('simple_form.hints.defaults.setting_boost_modal'), label: I18n.t('simple_form.labels.defaults.setting_boost_modal')
|
||||
.fields-group
|
||||
= ff.input :'web.quick_boosting', wrapper: :with_label, hint: t('simple_form.hints.defaults.setting_quick_boosting_html', boost_icon: material_symbol('repeat'), options_icon: material_symbol('more_horiz')), label: I18n.t('simple_form.labels.defaults.setting_quick_boosting')
|
||||
.flash-message.hidden-on-touch-devices= t('appearance.boosting_preferences_info_html', icon: material_symbol('repeat'))
|
||||
|
||||
%h4= t 'appearance.sensitive_content'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue