Back to Frontend

Status.Scala

sport/app/football/views/fragments/status.scala.html

latest234 B
Original Source

@import pa.{Fixture, FootballMatch, MatchDay} @import views.MatchStatus @(theMatch: FootballMatch) @theMatch match { case f: Fixture => { KO: } case r: pa.Result => { FT } case live: MatchDay => { @MatchStatus(live.matchStatus) } }