forked from brmlab/brmelect-github
fix 34
This commit is contained in:
parent
0c661a7724
commit
2c0c4a1a5a
1 changed files with 3 additions and 3 deletions
|
|
@ -154,10 +154,10 @@ ORDER BY vote_id" id)))
|
|||
@h2{@,(row-fold* (lambda (title x) title) "" meeting-info) - Votes}
|
||||
@form[
|
||||
(action @,(string-append "/admin/meeting/" id "/vote"))
|
||||
(method "POST")]
|
||||
(method "POST")]{
|
||||
@table{
|
||||
@tr{ @th{"New Vote Title"} @th{}}
|
||||
@tr{ @td{@input[(name "vote-title")]} @td{@input[(type "submit") (value "Create Vote")]}}}
|
||||
@tr{ @th{@label[(for "vote-title")]{New Vote Title}} @th{}}
|
||||
@tr{ @td{@input[(name "vote-title")]} @td{@input[(type "submit") (value "Create Vote")]}}}}
|
||||
@table{
|
||||
@tr{ @th{ID} @th{Title} @th{Start} @th{End} @th{Active} @th{Actions}}
|
||||
@,@(row-map*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue