19 lines
520 B
Plaintext
19 lines
520 B
Plaintext
html
|
|
head
|
|
meta(charset='utf-8')
|
|
meta(name='viewport' content='width=device-width, initial-scale=1')
|
|
title BenchCoach - Teams
|
|
link(rel='stylesheet' href='/css/bootstrap.min.css')
|
|
link(rel='stylesheet' href='/font/bootstrap-icons.min.css')
|
|
link(rel='stylesheet' href='/css/teamsnap-ui.css')
|
|
|
|
body
|
|
.container
|
|
.Panel
|
|
.Panel-header
|
|
.Panel-title Opponents
|
|
.Panel-body
|
|
each opponent in opponents
|
|
.Panel-row
|
|
a(class='opponent' href=`/${team.id}/opponent/${opponent.id}`) #{opponent.name}
|