thirteen-tien-len/app/views/profiles/_follow.html.haml

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"