2020-04-25 17:04:23 +02:00
|
|
|
.card
|
|
|
|
.list-group
|
2022-02-19 18:08:44 +01:00
|
|
|
= list_group_item t(".account"), edit_user_registration_path
|
2022-07-05 06:32:52 +02:00
|
|
|
= list_group_item t(".profile"), edit_settings_profile_path
|
|
|
|
= list_group_item t(".privacy"), edit_settings_privacy_path
|
2022-07-03 06:55:02 +02:00
|
|
|
= list_group_item t(".security"), settings_two_factor_authentication_otp_authentication_path
|
2022-02-19 18:08:44 +01:00
|
|
|
= list_group_item t(".sharing"), services_path
|
2022-07-03 21:11:35 +02:00
|
|
|
= list_group_item t(".mutes"), settings_muted_path
|
2022-07-03 21:32:05 +02:00
|
|
|
= list_group_item t(".blocks"), settings_blocks_path
|
2022-07-05 06:32:52 +02:00
|
|
|
= list_group_item t(".theme"), edit_settings_theme_path
|
2022-10-20 19:02:12 +02:00
|
|
|
= list_group_item t(".push_notifications"), settings_push_notifications_path
|
2022-07-03 21:42:21 +02:00
|
|
|
= list_group_item t(".data"), settings_data_path
|
2022-07-02 06:15:50 +02:00
|
|
|
= list_group_item t(".export"), settings_export_path
|
2020-04-25 17:04:23 +02:00
|
|
|
|
2022-02-19 18:08:44 +01:00
|
|
|
.d-none.d-sm-block= render "shared/links"
|