git ssb

30+

cel / git-ssb-web



Commit 17d7db1adce12ca09b59b024c412f519504a1c6d

Sort issues by time descending

Fix %hcwi8D0JLb5/uBLJ8+r1/xLRttMm6tCGtLZSf00A6kU=.sha256
Charles Lehner committed on 6/14/2016, 2:29:56 PM
Parent: 8f1e9e6a33955a11a2e1159f9de8161a2ecd9ce6

Files changed

lib/repos/issues.jschanged
lib/repos/issues.jsView
@@ -53,8 +53,9 @@
5353 pull(
5454 (isPRs ? self.web.pullReqs : self.web.issues).list({
5555 repo: repo.id,
5656 project: repo.id,
57 + reverse: true,
5758 open: {open: true, closed: false}[state]
5859 }),
5960 pull.map(function (issue) {
6061 count++

Built with git-ssb-web