forked from brmlab/brmelect-github
fic 29
This commit is contained in:
parent
5b2c746f8d
commit
550612030d
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
"Members"
|
||||
`@div{
|
||||
@table{
|
||||
@tr{@th{"ID"} @th{"Nick"} @th{"Name"} @th{"Surname"} @th{"Edit"}}
|
||||
@tr{@th{ID} @th{Nick} @th{Name} @th{Surname}}
|
||||
@,@(row-map*
|
||||
(lambda (id nick name surname)
|
||||
`@tr{@td{@,id}@td{@,nick}@td{@,name}@td{@,surname}})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue