Move block action views to new locations

This commit is contained in:
Andreas Nedbal 2022-07-03 21:32:05 +02:00 committed by Karina Kwiatek
parent 72d37032e6
commit 9c4a934959
3 changed files with 4 additions and 5 deletions

View File

@ -33,3 +33,6 @@
- if @anonymous_blocks.empty? - if @anonymous_blocks.empty?
%p.text-muted.text-center= t(".none") %p.text-muted.text-center= t(".none")
- provide(:title, generate_title(t(".title")))
- parent_layout "user/settings"

View File

@ -6,7 +6,7 @@
= 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"), settings_muted_path = list_group_item t(".mutes"), settings_muted_path
= list_group_item t(".blocks"), edit_user_blocks_path = list_group_item t(".blocks"), settings_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
= list_group_item t(".export"), settings_export_path = list_group_item t(".export"), settings_export_path

View File

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