1
0
Fork 0

Bootstrap change page

This commit is contained in:
Tom Willemsen 2012-09-10 11:05:43 +02:00
parent 5366157a75
commit be1d54ad32

View file

@ -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)