mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 22:46:03 +01:00
906692e78f
Previews, settings pane and presets!
11 lines
531 B
Text
11 lines
531 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
|
|
= list_group_item 'Theme', edit_user_theme_path
|
|
= list_group_item "Your Data", user_data_path
|
|
|
|
.hidden-xs= render "shared/links"
|