thirteen-tien-len/app/views/shared/_follow.html.haml
2023-11-21 12:46:14 +00:00

4 lines
132 B
Plaintext

= form_for(current_user.active_relationships.build) do |f|
%div= hidden_field_tag :followed_id, @profile.id
= f.submit "Follow"