retrospring/app/views/tabs/_settings.html.haml

16 lines
767 B
Text
Raw Normal View History

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
= list_group_item t(".profile"), edit_settings_profile_path
= list_group_item t(".privacy"), edit_settings_privacy_path
= 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
= list_group_item t(".mutes"), settings_muted_path
= list_group_item t(".blocks"), settings_blocks_path
= list_group_item t(".theme"), edit_settings_theme_path
= list_group_item t(".push_notifications"), settings_push_notifications_path
= list_group_item t(".data"), settings_data_path
= 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"