Fix the table headers on the Branches page
Date and Commit were the wrong way around.
This commit is contained in:
parent
f04690f38c
commit
48070e4a99
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue