anthonymidili/Bullhorn

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

Summary

Maintainability
Test Coverage
- provide :title, 'Roster'
= render 'users/search_box'
.row
  .col-12
    %h1 Explore Users
    %p
      = @users.count
      users
  = render 'users/badge', users: @users