Files: ae12a05c8bad934d6e90d7b524a9a16e76ed5b98 / modules / timestamp.js
187 bytesRaw
1 | var h = require('hyperscript') |
2 | var moment = require('moment') |
3 | |
4 | exports.message_meta = function (msg) { |
5 | return h('a.enter', {href: '#'+msg.key}, moment(msg.value.timestamp).fromNow()) |
6 | } |
7 |
Built with git-ssb-web