2020-04-25 08:04:23 -07:00
|
|
|
.card
|
|
|
|
.list-group
|
2022-02-19 09:08:44 -08:00
|
|
|
= list_group_item t(".account"), edit_user_registration_path
|
2022-06-26 10:46:32 -07:00
|
|
|
= list_group_item t(".profile"), settings_profile_path
|
2022-06-27 16:50:53 -07:00
|
|
|
= list_group_item t(".privacy"), settings_privacy_path
|
2022-07-02 14:36:34 -07:00
|
|
|
= list_group_item t(".security"),settings_two_factor_authentication_otp_authentication_path
|
2022-02-19 09:08:44 -08:00
|
|
|
= list_group_item t(".sharing"), services_path
|
|
|
|
= list_group_item t(".mutes"), edit_user_mute_rules_path
|
2022-06-23 11:03:11 -07:00
|
|
|
= list_group_item t(".blocks"), edit_user_blocks_path
|
2022-06-26 04:37:15 -07:00
|
|
|
= list_group_item t(".theme"), settings_theme_path
|
2022-02-19 09:08:44 -08:00
|
|
|
= list_group_item t(".data"), user_data_path
|
2022-07-01 21:15:50 -07:00
|
|
|
= list_group_item t(".export"), settings_export_path
|
2020-04-25 08:04:23 -07:00
|
|
|
|
2022-02-19 09:08:44 -08:00
|
|
|
.d-none.d-sm-block= render "shared/links"
|