add opponents

This commit is contained in:
2023-08-17 08:25:51 -05:00
parent 469c298753
commit c9eaadf688
4 changed files with 113 additions and 6 deletions

View File

@@ -9,9 +9,14 @@ html
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
.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