swamp09/sample_app

View on GitHub
app/views/users/_follow_form.html.haml

Summary

Maintainability
Test Coverage
- unless current_user?(@user)
  #follow_form
    - if current_user.following?(@user)
      = render 'unfollow'
    - else
      = render 'follow'