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
1 changed files with 2 additions and 2 deletions

View File

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