git ssb

10+

Matt McKegg / patchwork



Commit ff92d16de08b51ad768e6f62edce9a2ff866bb9c

reference project on issues

Matt McKegg committed on 2/20/2017, 4:06:57 AM
Parent: 72d67ba07462592fcaf199c43c5b8b6547032788

Files changed

plugs/message/html/layout/default.jschanged
plugs/message/html/layout/default.jsView
@@ -33,8 +33,10 @@
3333 if (!opts.previousId || (opts.previousId && last(branch) && opts.previousId !== last(branch))) {
3434 replyInfo = h('span', ['in reply to ', api.message.html.link(last(branch))])
3535 }
3636 }
37 + } else if (msg.value.content.project) {
38 + replyInfo = h('span', ['on ', api.message.html.link(msg.value.content.project)])
3739 }
3840
3941 return h('div', {
4042 classList

Built with git-ssb-web