Commit 3b0cb72e5d99d144b36ae7497086b1cc81b13384
tweak follow status language styling
mix irving committed on 1/25/2017, 8:07:55 AMParent: a41af216c01e66d28a8128ebe76646738b0bd3a0
Files changed
modules_basic/follow.js | changed |
modules_basic/follow.js | |||
---|---|---|---|
@@ -72,11 +72,11 @@ | |||
72 | 72 … | var state = h('label', 'loading') | |
73 | 73 … | ||
74 | 74 … | function update () { | |
75 | 75 … | 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' | ||
79 | 79 … | : '' | |
80 | 80 … | ) | |
81 | 81 … | ||
82 | 82 … | if (you_follow === undefined) return |
Built with git-ssb-web