before flake update
This commit is contained in:
parent
53d405d386
commit
7ec9a8f10e
15 changed files with 336 additions and 38 deletions
|
@ -12,7 +12,7 @@
|
|||
<div .col-lg-12>
|
||||
<div .page-header>
|
||||
<h1 #Tutors>Tutors
|
||||
#{tutorPoints}
|
||||
#{tutorP}
|
||||
|
||||
<hr>
|
||||
|
||||
|
@ -23,5 +23,5 @@
|
|||
<div .col-lg-12>
|
||||
<div .page-header>
|
||||
<h1 #Ersties>Ersties
|
||||
#{erstiePoints}
|
||||
#{erstieP}
|
||||
|
||||
|
|
14
templates/round.hamlet
Normal file
14
templates/round.hamlet
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div .masthead>
|
||||
<div .container>
|
||||
<div .row>
|
||||
<h1 .header>
|
||||
OwO Geländespiel Station #{station} Round #{roundNumber}
|
||||
|
||||
<div .container>
|
||||
<div .bs-docs-section>
|
||||
<div .row>
|
||||
<div .col-lg-12>
|
||||
<div .page-header>
|
||||
<form method=post action=@{StationRoundR stationIdentifier roundNumber} enctype=#{roundFormEnctype}>
|
||||
^{roundFormWidget}
|
||||
<button> Submit
|
15
templates/station.hamlet
Normal file
15
templates/station.hamlet
Normal file
|
@ -0,0 +1,15 @@
|
|||
<div .masthead>
|
||||
<div .container>
|
||||
<div .row>
|
||||
<h1 .header>
|
||||
OwO Geländespiel Station #{station}
|
||||
|
||||
<div .container>
|
||||
<div .bs-docs-section>
|
||||
<div .row>
|
||||
<div .col-lg-12>
|
||||
<div .page-header>
|
||||
<ul>
|
||||
$forall round <- rounds
|
||||
<li>
|
||||
<a href=@{StationRoundR stationIdentifier (roundNumber round)}> #{roundNumber round}
|
Loading…
Add table
Add a link
Reference in a new issue