mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:39:52 +01:00
Move data action views to new locations
This commit is contained in:
parent
565f7e4536
commit
c73f961006
3 changed files with 4 additions and 5 deletions
|
@ -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"
|
|
@ -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"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
= render "settings/data"
|
||||
|
||||
- provide(:title, generate_title(t(".title")))
|
||||
- parent_layout "user/settings"
|
Loading…
Reference in a new issue