diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-02-18 02:43:47 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-18 02:43:47 -0600 |
commit | e4633a1150450396157640f5262393bb52db280b (patch) | |
tree | 4d5666c64f9e502b84700983275553c1d9030428 /app/views/settings/profiles | |
parent | 0f3b01eaab82325baaf1c7a4c75a322d3c21a67f (diff) |
move defang toggle to preferences instead of profile
Diffstat (limited to 'app/views/settings/profiles')
-rw-r--r-- | app/views/settings/profiles/show.html.haml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index ba2fd7495..4fabfb9f4 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -18,12 +18,6 @@ = f.input :avatar, wrapper: :with_label, input_html: { accept: AccountAvatar::IMAGE_MIME_TYPES.join(',') }, hint: t('simple_form.hints.defaults.avatar', dimensions: '400x400', size: number_to_human_size(AccountAvatar::LIMIT)) - - if @account.user_can_moderate? - %hr.spacer/ - - .fields-group - = f.input :user_defanged, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.user_defanged') - %hr.spacer/ .fields-group |