We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fcbad commit d853d60Copy full SHA for d853d60
app/views/users/edit.html.slim
@@ -19,7 +19,7 @@
19
- if @user == current_user
20
ul.member-nav
21
li=link_to('Profile', '#basic', class: 'filternav your-profile active')
22
- - if @user.on_premium_team?
+ - if @user.membership.present?
23
li= link_to("Team Profile", '#team', class: 'filternav team-prefs')
24
li= link_to('Social links', '#social', class: 'filternav social-bookmarks')
25
li= link_to('Jobs', '#jobs', class: 'filternav personalize')
0 commit comments