Back to Frontend

Wallchart.Scala

sport/app/football/views/wallchart/wallchart.scala.html

latest730 B
Original Source

@maybeAtom.map{ atom => @views.html.fragments.atoms.interactive(atom, shouldFence = false) } @competitionStages.map { case knockoutStage: _root_.football.model.KnockoutSpider => {

Knockout stage

@football.views.html.wallchart.knockoutSpider(competition, knockoutStage)

} case groupStage: _root_.football.model.Groups => {

Groups

@football.views.html.wallchart.groups(competition, groupStage)

} case leagueStage: _root_.football.model.League => {

League

@football.views.html.wallchart.league(competition, leagueStage)

} case knockoutStage: _root_.football.model.KnockoutList => {

Knockout stage

@football.views.html.wallchart.knockoutList(competition, knockoutStage)

} }