thirteen-tien-len/app/views/profiles/_follow.html.haml
2023-11-11 17:32:29 +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"