git ssb

10+

Matt McKegg / patchwork



Commit eab27f622457908e54a6aae69afd87d09e3c52d5

fix name assignent displays

Matt McKegg committed on 3/18/2017, 6:00:32 AM
Parent: ca2f1cdb9f35a2cf90f43e41e0a9670809627406

Files changed

modules/profile/html/person.jschanged
modules/profile/html/person.jsView
@@ -13,10 +13,10 @@
1313 return nest({
1414 'profile.html': {person}
1515 })
1616
17- function person (id) {
17 + function person (id, altName) {
1818 return h('a ProfileLink', {href: id, title: id}, [
19- api.about.obs.name(id)
19 + altName || api.about.obs.name(id)
2020 ])
2121 }
2222 }

Built with git-ssb-web