Skip to content

Commit d853d60

Browse files
committed
forgot the button
1 parent f0fcbad commit d853d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/users/edit.html.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- if @user == current_user
2020
ul.member-nav
2121
li=link_to('Profile', '#basic', class: 'filternav your-profile active')
22-
- if @user.on_premium_team?
22+
- if @user.membership.present?
2323
li= link_to("Team Profile", '#team', class: 'filternav team-prefs')
2424
li= link_to('Social links', '#social', class: 'filternav social-bookmarks')
2525
li= link_to('Jobs', '#jobs', class: 'filternav personalize')

0 commit comments

Comments
 (0)