aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-05-18 12:34:18 +0100
committerChristopher Baines <mail@cbaines.net>2019-05-18 12:34:18 +0100
commit48070e4a9952a57eb03a56199ccb5193e0d99055 (patch)
tree6e933394bfcb91a62bd6d7cb292a2eb7a1dae11b
parentf04690f38c549ae3ab5754d56560b29b7e5506f0 (diff)
downloaddata-service-48070e4a9952a57eb03a56199ccb5193e0d99055.tar
data-service-48070e4a9952a57eb03a56199ccb5193e0d99055.tar.gz
Fix the table headers on the Branches page
Date and Commit were the wrong way around.
-rw-r--r--guix-data-service/web/view/html.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index 510da9d..4e8e785 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -638,8 +638,8 @@
(thead
(tr
(th (@ (class "col-md-3")) "Name")
- (th (@ (class "col-md-3")) "Commit")
- (th (@ (class "col-md-3")) "Date")))
+ (th (@ (class "col-md-3")) "Date")
+ (th (@ (class "col-md-3")) "Commit")))
(tbody
,@(map
(match-lambda