Fix the table headers on the Branches page

Date and Commit were the wrong way around.
This commit is contained in:
Christopher Baines 2019-05-18 12:34:18 +01:00
parent f04690f38c
commit 48070e4a99

View file

@ -638,8 +638,8 @@
(thead (thead
(tr (tr
(th (@ (class "col-md-3")) "Name") (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 (tbody
,@(map ,@(map
(match-lambda (match-lambda