porkchopclub/porkchop

View on GitHub
app/views/seasons/show.html.haml

Summary

Maintainability
Test Coverage
.page-header
  .page-header-inner
    %h1.page-header-title= "#{@season.league.name}: Season #{@season.id}"

.outer-container
  - if @season.finalized_at
    %p This season has finished.

  .season-summary-standings
    = render "seasons/standings", season: @season