Back to Frontend

Fronts components

admin/app/views/football/fronts/index.scala.html

latest838 B
Original Source

@(competitions: List[pa.Season], teams: List[pa.Team])(implicit context: model.ApplicationContext, request: RequestHeader) @views.html.football.main("Fronts components") {

Fronts components

Matchday

Today's matches

Fixtures

All fixtures

@views.html.football.fragments.chooseLeague("competition", competitions) Competition fixtures

Results

All results

@views.html.football.fragments.chooseLeague("competition", competitions) Competition results

Tables

@views.html.football.fragments.chooseLeague("competition", competitions) @views.html.football.fragments.chooseGroup("group") League table

@* Disabling for now as broken - only provides countries in drop-down regardless of competition selected *@ }