Move data action views to new locations

This commit is contained in:
Andreas Nedbal 2022-07-03 21:42:21 +02:00 committed by Karina Kwiatek
parent 565f7e4536
commit c73f961006
3 changed files with 4 additions and 5 deletions

View file

@ -102,3 +102,6 @@
= " (#{t('time.distance_ago', time: time_ago_in_words(current_user.updated_at))})"
- else
= t(".none")
- provide(:title, generate_title(t(".title")))
- parent_layout "user/settings"

View file

@ -8,7 +8,7 @@
= list_group_item t(".mutes"), settings_muted_path
= list_group_item t(".blocks"), settings_blocks_path
= list_group_item t(".theme"), settings_theme_path
= list_group_item t(".data"), user_data_path
= list_group_item t(".data"), settings_data_path
= list_group_item t(".export"), settings_export_path
.d-none.d-sm-block= render "shared/links"

View file

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