Back to Frontend

MatchStatsPage.Scala

sport/app/football/views/matchStats/matchStatsPage.scala.html

latest143 B
Original Source

@if(page.theMatch.isLive) {

} @if(page.theMatch.hasStarted && page.hasPaStats) { @football.views.html.matchStats.matchStatsComponent(page) }