thirteen-tien-len/app/views/profiles/_follow_form.html.haml
2023-11-11 17:32:29 +00:00

6 lines
109 B
Plaintext

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