git ssb

7+

dinoworm 🐛 / patchcore



Commit c458fc7d6861c35a24d0bef4635354827b271ce1

whoops, fix backlink filtering

Matt McKegg committed on 6/18/2017, 8:36:23 AM
Parent: 3ac3eecfe1dcc5b70f54572fa6b1f683b92daf34

Files changed

message/html/backlinks.jschanged
message/html/backlinks.jsView
@@ -22,9 +22,9 @@
2222 return when(computed(references, hasItems),
2323 h('MessageBacklinks', [
2424 h('header', 'backlinks:'),
2525 h('ul', [
26- map(backlinks, (backlink) => {
26 + map(references, (backlink) => {
2727 return h('li', [
2828 h('a -backlink', { href: backlink.id, title: backlink.id }, api.message.obs.name(backlink.id))
2929 ])
3030 })

Built with git-ssb-web