anthonymidili/Bullhorn

View on GitHub
app/views/relationships/_unfollow.html.haml

Summary

Maintainability
Test Coverage
= form_with model: current_user.following?(user), method: :delete,
id: dom_id(user, "unfollow_form") do |f|
  .actions.mb-3
    = f.submit 'Unfollow', class: 'btn btn-secondary btn-sm'