diff options
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/mobile/tags/user.tag | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag index f25d15245c..b91935aa6a 100644 --- a/src/web/app/mobile/tags/user.tag +++ b/src/web/app/mobile/tags/user.tag @@ -24,8 +24,10 @@ </p> </div> <div class="status"> + <a> <b>{ user.posts_count }</b> <i>%i18n:mobile.tags.mk-user.posts-count%</i> + </a> <a href="{ user.username }/following"> <b>{ user.following_count }</b> <i>%i18n:mobile.tags.mk-user.following%</i> |