feature/share-libs
erb 4 lines 192 Bytes
Raw
1 <%= form_for(current_user.active_relationships.find_by(followed_id: @user.id),
2 html: { method: :delete }) do |f| %>
3 <%= f.submit "Unfollow", class: "btn btn-danger" %>
4 <% end %>