Bootstrap change page
This commit is contained in:
parent
5366157a75
commit
be1d54ad32
1 changed files with 3 additions and 1 deletions
|
@ -176,7 +176,9 @@
|
|||
(pre ,(git "diff-tree" "-M" "-p" sha1))
|
||||
(form (@ (action ,(relurl `("admin" "revert-change" ,sha1)))
|
||||
(method "POST"))
|
||||
(input (@ (type "submit") (value "Undo this change"))))))))))
|
||||
(input (@ (type "submit")
|
||||
(class "btn btn-primary")
|
||||
(value "Undo this change"))))))))))
|
||||
|
||||
|
||||
(define (page-admin-revert-change request body index sha1)
|
||||
|
|
Loading…
Reference in a new issue