Move block action views to new locations
This commit is contained in:
parent
72d37032e6
commit
9c4a934959
|
@ -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"
|
|
@ -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
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
= render "settings/blocks"
|
|
||||||
|
|
||||||
- provide(:title, generate_title(t(".title")))
|
|
||||||
- parent_layout "user/settings"
|
|
Loading…
Reference in New Issue