git ssb

3+

ev / sdash



Commit 01053b673e3260508b20dae5df0bd3c7e1e23c3b

fix reauthor name

Ev Bogue committed on 9/20/2016, 5:59:05 PM
Parent: 684d7b5c8a1e6ed250e3804311ec2afef64b6720

Files changed

index.jschanged
index.jsView
@@ -141,9 +141,9 @@
141141 h('div', vote.value.content.vote.link,
142142 h('p.date', mo(vote.value.timestamp).fromNow()),
143143 h('div.msg',
144144 h('img.avatar', {src: bloburl + reauthor.image}),
145- h('a', {href: reauthor.name }, '@' + name),
145 + h('a', {href: reauthor.name }, '@' + reauthor.name),
146146 h('div', {innerHTML: md.block(redo.value.content.text)},
147147 h('span.date', mo(redo.value.timestamp).fromNow())
148148 )
149149 )

Built with git-ssb-web