22 lines
680 B
Plaintext
22 lines
680 B
Plaintext
html
|
|
head
|
|
meta(charset='utf-8')
|
|
meta(name='viewport' content='width=device-width, initial-scale=1')
|
|
title BenchCoach - #{team.name}
|
|
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
|
|
h2.Panel-title #{team.name}
|
|
p #{team.seasonName}
|
|
.Panel-body
|
|
.Panel-row
|
|
a(class="list-group-item" href=`${team.id}/events`) Events
|
|
.Panel-row
|
|
a(class="list-group-item" href=`${team.id}/roster`) Roster
|
|
.Panel-row
|
|
a(class="list-group-item" href=`${team.id}/opponents`) Opponents |