first commit
This commit is contained in:
17
views/team.pug
Normal file
17
views/team.pug
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
h2 #{team.name}
|
||||
p #{team.seasonName}
|
||||
hr
|
||||
ul.list-group
|
||||
a(class="list-group-item" href=`${team.id}/events`) Events
|
||||
a(class="list-group-item" href=`${team.id}/roster`) Roster
|
||||
Reference in New Issue
Block a user