git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 4f3e54eaa5e60f7e8551798b984fbf3d4e0886c1

Files: 4f3e54eaa5e60f7e8551798b984fbf3d4e0886c1 / message / html / action / reply.js

245 bytesRaw
1var h = require('mutant/h')
2var nest = require('depnest')
3
4exports.gives = nest('message.html.action')
5
6exports.create = (api) => {
7 return nest('message.html.action', function reply (msg) {
8 return h('a', { href: msg.key }, 'Reply')
9 })
10}
11

Built with git-ssb-web