mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 23:59:08 +01:00
11 lines
526 B
Text
11 lines
526 B
Text
.card
|
|
.list-group
|
|
= list_group_item t('views.settings.tabs.account'), edit_user_registration_path
|
|
= list_group_item t('views.settings.tabs.profile'), edit_user_profile_path
|
|
= list_group_item t('views.settings.tabs.privacy'), edit_user_privacy_path
|
|
= list_group_item t('views.settings.tabs.sharing'), services_path
|
|
= list_group_item 'Theme', edit_user_theme_path
|
|
= list_group_item 'Your Data', user_data_path
|
|
= list_group_item 'Export', user_export_path
|
|
|
|
.d-none.d-sm-block= render 'shared/links'
|