Commit 60989527babf157ffd0d345b4fc91aff313f12bb
oops: remove remnant of moment
Dominic Tarr committed on 7/30/2016, 11:11:11 AMParent: c719e8965e88d58c418ef643791899d3e4df2ed3
Files changed
modules/git.js | changed |
modules/git.js | ||
---|---|---|
@@ -61,14 +61,13 @@ | ||
61 | 61 | } |
62 | 62 | |
63 | 63 | //todo: |
64 | 64 | function messageTimestampLink(msg) { |
65 | - var m = human(msg.value.timestamp) | |
66 | 65 | return h('a.timestamp', { |
67 | 66 | timestamp: msg.value.timestamp, |
68 | 67 | title: new Date(msg.value.timestamp), |
69 | 68 | href: '#'+msg.key |
70 | - }, m.fromNow()) | |
69 | + }, human(msg.value.timestamp)) | |
71 | 70 | } |
72 | 71 | |
73 | 72 | function tableRows(headerRow) { |
74 | 73 | var thead = h('thead'), tbody = h('tbody') |
@@ -249,4 +248,5 @@ | ||
249 | 248 | return el |
250 | 249 | } |
251 | 250 | } |
252 | 251 | |
252 | + |
Built with git-ssb-web