git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: c18b233c6d62741496978cd8dc1f34a093946f8b

Files: c18b233c6d62741496978cd8dc1f34a093946f8b / message / html / action / reply.js

184 bytesRaw
1var h = require('mutant/h')
2
3exports.gives = 'message_action'
4
5exports.create = function () {
6 return function reply (msg) {
7 return h('a', { href: '#' + msg.key }, 'Reply')
8 }
9}
10

Built with git-ssb-web