porkchopclub/porkchop

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

Summary

Maintainability
Test Coverage
.porkbox-light
  %p= link_to "← Back", @player
  %h1= "#{@player.name}'s Match History"
  = render "player_matches/list", matches: @matches
  = paginate @matches