Commit ff92d16de08b51ad768e6f62edce9a2ff866bb9c
reference project on issues
Matt McKegg committed on 2/20/2017, 4:06:57 AMParent: 72d67ba07462592fcaf199c43c5b8b6547032788
Files changed
plugs/message/html/layout/default.js | changed |
plugs/message/html/layout/default.js | |||
---|---|---|---|
@@ -33,8 +33,10 @@ | |||
33 | 33 … | if (!opts.previousId || (opts.previousId && last(branch) && opts.previousId !== last(branch))) { | |
34 | 34 … | replyInfo = h('span', ['in reply to ', api.message.html.link(last(branch))]) | |
35 | 35 … | } | |
36 | 36 … | } | |
37 … | + } else if (msg.value.content.project) { | ||
38 … | + replyInfo = h('span', ['on ', api.message.html.link(msg.value.content.project)]) | ||
37 | 39 … | } | |
38 | 40 … | ||
39 | 41 … | return h('div', { | |
40 | 42 … | classList |
Built with git-ssb-web