Commit 6c1319aa3220157ed76d0c897ae085605a9d65c2
about: title before description
cel committed on 8/27/2018, 1:13:26 AMParent: 573fa4b98cd650d1e2417fd34f11744da0cea911
Files changed
lib/render-msg.js | changed |
lib/render-msg.js | ||
---|---|---|
@@ -617,11 +617,11 @@ | ||
617 | 617 … | : h('a', {href: this.toUrl(this.c.about)}, truncate(this.c.about, 10)), |
618 | 618 … | ' as ' |
619 | 619 … | ], |
620 | 620 … | this.c.name ? [h('ins', String(this.c.name)), ' '] : '', |
621 … | + this.c.title ? h('h3', String(this.c.title)) : '', | |
621 | 622 … | this.c.description ? h('div', |
622 | 623 … | {innerHTML: this.render.markdown(this.c.description)}) : '', |
623 | - this.c.title ? h('h3', String(this.c.title)) : '', | |
624 | 624 … | this.c.attendee ? h('div', |
625 | 625 … | this.link1(this.c.attendee.link, done()), |
626 | 626 … | this.c.attendee.remove ? ' is not attending' : ' is attending' |
627 | 627 … | ) : '', |
Built with git-ssb-web