Use non-redirect route definitions for navigation states
This commit is contained in:
parent
2f6de3b36d
commit
086797829e
|
@ -1,13 +1,13 @@
|
|||
.card
|
||||
.list-group
|
||||
= list_group_item t(".account"), edit_user_registration_path
|
||||
= list_group_item t(".profile"), settings_profile_path
|
||||
= list_group_item t(".privacy"), settings_privacy_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
|
||||
= 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"), settings_theme_path
|
||||
= list_group_item t(".theme"), edit_settings_theme_path
|
||||
= list_group_item t(".data"), settings_data_path
|
||||
= list_group_item t(".export"), settings_export_path
|
||||
|
||||
|
|
Loading…
Reference in New Issue