mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-20 00:16:05 +01:00
10 lines
428 B
Text
10 lines
428 B
Text
.col-md-3.col-xs-12.col-sm-3
|
|
.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
|
|
|
|
|
|
.hidden-xs= render "shared/links"
|