Back to Frontend

TablesComponent.Scala

sport/app/football/views/tablesList/tablesComponent.scala.html

latest479 B
Original Source

@import model.{Competition, Group} @( competition: Competition, group: Group, heading: String, highlightTeamId: Option[String] = None, multiGroup: Boolean = false, linkToCompetition: Boolean = true )(implicit request: RequestHeader, context: model.ApplicationContext) @if(!multiGroup) {

@football.views.html.fragments.componentStyles() @tableView( competition, group, highlightTeamId = highlightTeamId, heading = Some(heading), linkToCompetition = linkToCompetition ) }else{

}