git ssb

2+

mixmix / ticktack



Commit 6a83e79b4f03d4de17ec9cb6ac84f25423f5ac0a

name obs

Dominic Tarr committed on 8/16/2017, 8:06:35 AM
Parent: f78c06b7b25151ef111ec0f608c6ce257e9db892

Files changed

app/page/userShow.jschanged
app/page/userShow.jsView
@@ -29,9 +29,9 @@
2929 function userShow (location) {
3030
3131 const { feed } = location
3232 const myId = api.keys.sync.id()
33- var name = api.about.html.name(feed)
33+ var name = api.about.obs.name(feed)
3434
3535 const strings = api.translations.sync.strings()
3636
3737 const { followers } = api.contact.obs
@@ -77,9 +77,9 @@
7777 )
7878
7979 const Link = api.app.html.link
8080
81- return h('Page -userShow', {title: strings.userShow}, [
81+ return h('Page -userShow', {title: name}, [
8282 h('div.container', [
8383 api.about.html.image(feed),
8484 feed !== myId
8585 ? h('div.friendship', [

Built with git-ssb-web