lila/app/views/tournament/enterable.scala.html

7 lines
165 B
HTML

@(tours: List[lila.tournament.Enterable])
<table class="tournaments">
@tournament.enterableTable(tours, true)
@tournament.enterableTable(tours, false)
</table>