mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 18:36:04 +01:00
13 lines
580 B
Text
13 lines
580 B
Text
.card
|
|
.list-group
|
|
= list_group_item t(".account"), edit_user_registration_path
|
|
= list_group_item t(".profile"), edit_user_profile_path
|
|
= list_group_item t(".privacy"), edit_user_privacy_path
|
|
= list_group_item t(".security"), edit_user_security_path
|
|
= list_group_item t(".sharing"), services_path
|
|
= list_group_item t(".mutes"), edit_user_mute_rules_path
|
|
= list_group_item t(".theme"), edit_user_theme_path
|
|
= list_group_item t(".data"), user_data_path
|
|
= list_group_item t(".export"), user_export_path
|
|
|
|
.d-none.d-sm-block= render "shared/links"
|