summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/page.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tekuti/page.scm')
-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)