~cytrogen/masto-fe

ref: 2126812f65aafe5d89e64e9fc324186bb9c8dc14 masto-fe/app/views/settings/shared/_profile_navigation.html.haml -rw-r--r-- 557 bytes
2126812f — Claire Merge commit 'd9c21293aa6e105cedeff6b5e469af40a20909d9' into glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
3
4
5
6
7
.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