summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-10 11:05:43 +0200
committerGravatar Tom Willemsen2012-09-10 11:05:43 +0200
commitbe1d54ad32c69ed5577c664da8b4f011f82d281f (patch)
treed122ca3a66573b7f731caa6c2bec1f959cd4342f
parent5366157a75957579bd4ff6c1aed22ba695febef8 (diff)
downloadtekuti-bootstrap.tar.gz
tekuti-bootstrap.zip
Bootstrap change pagebootstrap
-rw-r--r--tekuti/page.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/tekuti/page.scm b/tekuti/page.scm
index cf916d5..912f85b 100644
--- a/tekuti/page.scm
+++ b/tekuti/page.scm
@@ -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)