Move mute action views to new locations

This commit is contained in:
Andreas Nedbal 2022-07-03 21:11:35 +02:00 committed by Karina Kwiatek
parent a4bc137aca
commit 6dc0587423
3 changed files with 5 additions and 6 deletions

View File

@ -22,3 +22,6 @@
%input.form-control{ disabled: true } %input.form-control{ disabled: true }
.input-group-append .input-group-append
%button.btn.btn-danger{ type: "button" }= t(".actions.remove") %button.btn.btn-danger{ type: "button" }= t(".actions.remove")
- provide(:title, generate_title(t(".title")))
- parent_layout "user/settings"

View File

@ -5,7 +5,7 @@
= list_group_item t(".privacy"), settings_privacy_path = list_group_item t(".privacy"), settings_privacy_path
= list_group_item t(".security"), settings_two_factor_authentication_otp_authentication_path = list_group_item t(".security"), settings_two_factor_authentication_otp_authentication_path
= list_group_item t(".sharing"), services_path = list_group_item t(".sharing"), services_path
= list_group_item t(".mutes"), edit_user_mute_rules_path = list_group_item t(".mutes"), settings_muted_path
= list_group_item t(".blocks"), edit_user_blocks_path = list_group_item t(".blocks"), edit_user_blocks_path
= list_group_item t(".theme"), settings_theme_path = list_group_item t(".theme"), settings_theme_path
= list_group_item t(".data"), user_data_path = list_group_item t(".data"), user_data_path

View File

@ -1,4 +0,0 @@
= render "settings/muted"
- provide(:title, generate_title(t(".title")))
- parent_layout "user/settings"