git ssb

16+

cel / patchfoo



Commit 6c1319aa3220157ed76d0c897ae085605a9d65c2

about: title before description

cel committed on 8/27/2018, 1:13:26 AM
Parent: 573fa4b98cd650d1e2417fd34f11744da0cea911

Files changed

lib/render-msg.jschanged
lib/render-msg.jsView
@@ -617,11 +617,11 @@
617617 : h('a', {href: this.toUrl(this.c.about)}, truncate(this.c.about, 10)),
618618 ' as '
619619 ],
620620 this.c.name ? [h('ins', String(this.c.name)), ' '] : '',
621 + this.c.title ? h('h3', String(this.c.title)) : '',
621622 this.c.description ? h('div',
622623 {innerHTML: this.render.markdown(this.c.description)}) : '',
623- this.c.title ? h('h3', String(this.c.title)) : '',
624624 this.c.attendee ? h('div',
625625 this.link1(this.c.attendee.link, done()),
626626 this.c.attendee.remove ? ' is not attending' : ' is attending'
627627 ) : '',

Built with git-ssb-web