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

4 lines
185 B
Plaintext

= form_for(current_user.active_relationships.find_by(followed_id: @profile.id), |
html: { method: :delete }) do |f| |
= f.submit "Unfollow"