thirteen-tien-len/app/views/shared/_follow_form.html.haml

6 lines
116 B
Plaintext

#follow_form
- if current_user.following?(@profile)
= render 'unfollow'
- else
= render 'shared/follow'