forked from mirrors/catstodon
Remove duplicate "Number of visible reactions" setting
This commit is contained in:
parent
bcb25cd49f
commit
42520e72c5
2 changed files with 1 additions and 4 deletions
|
@ -39,9 +39,6 @@
|
|||
.fields-group.fields-row__column.fields-row__column-6
|
||||
= ff.input :visible_reactions, wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_visible_reactions'), input_html: { type: 'number', min: '0', data: { default: '6' } }, hint: false
|
||||
|
||||
.fields-group.fields-row__column.fields-row__column-6
|
||||
= ff.input :'visible_reactions', wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_visible_reactions'), input_html: { type: 'number', min: '0', data: { default: '6' } }, hint: false
|
||||
|
||||
%h4= t 'appearance.discovery'
|
||||
|
||||
.fields-group
|
||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def catstodon_revision
|
||||
'1.0.0'
|
||||
'1.0.1'
|
||||
end
|
||||
|
||||
def build_metadata
|
||||
|
|
Loading…
Reference in a new issue