git ssb

16+

Dominic / patchbay



Commit 3b0cb72e5d99d144b36ae7497086b1cc81b13384

tweak follow status language styling

mix irving committed on 1/25/2017, 8:07:55 AM
Parent: a41af216c01e66d28a8128ebe76646738b0bd3a0

Files changed

modules_basic/follow.jschanged
modules_basic/follow.jsView
@@ -72,11 +72,11 @@
7272 var state = h('label', 'loading')
7373
7474 function update () {
7575 state.textContent = (
76- follows_you && you_follow ? 'you are friends'
77- : follows_you ? 'follows you'
78- : you_follow ? 'you follow'
76 + follows_you && you_follow ? '- you are friends'
77 + : follows_you ? '- they follow you'
78 + : you_follow ? '- you are following'
7979 : ''
8080 )
8181
8282 if (you_follow === undefined) return

Built with git-ssb-web