You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
557 B
7 lines
557 B
.content__heading__tabs |
|
= render_navigation renderer: :links do |primary| |
|
:ruby |
|
primary.item :profile, safe_join([fa_icon('user fw'), t('settings.edit_profile')]), settings_profile_path |
|
primary.item :privacy, safe_join([fa_icon('lock fw'), t('privacy.title')]), settings_privacy_path |
|
primary.item :verification, safe_join([fa_icon('check fw'), t('verification.verification')]), settings_verification_path |
|
primary.item :featured_tags, safe_join([fa_icon('hashtag fw'), t('settings.featured_tags')]), settings_featured_tags_path
|
|
|