forked from brmlab/brmelect-github
foo too
This commit is contained in:
parent
0543720686
commit
109afe5eaf
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@
|
|||
"FOO"
|
||||
`@div{
|
||||
@,(resource-context-method (current-resource-context))
|
||||
@p{Foo successfully frobnicated for meeting @,(number->string id).}
|
||||
@a[(href @,(string-append "/admin/meeting/" (number->string id)))]{Back to Meeting}
|
||||
@p{Foo successfully frobnicated for meeting @,(identity id).}
|
||||
@a[(href @,(string-append "/admin/meeting/" id))]{Back to Meeting}
|
||||
})))
|
||||
|
||||
;; Returns (possibly cached) SQLite3 DB handle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue