13 lines
582 B
Plaintext
13 lines
582 B
Plaintext
.col-md-3.col-xs-12.col-sm-4
|
|
.panel.panel-default
|
|
.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
|
|
|
|
.hidden-xs= render "shared/links"
|