diff options
| author | mofu <m0fqn090310@gmail.com> | 2017-05-28 21:51:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-28 21:51:11 +0900 |
| commit | efed36fd85087377ffc931cd1b0c4fda8da343b8 (patch) | |
| tree | 4f82664b22d0a8d23c856bade1908cc853201d26 /src/web | |
| parent | Update user-profile.tag (diff) | |
| download | misskey-efed36fd85087377ffc931cd1b0c4fda8da343b8.tar.gz misskey-efed36fd85087377ffc931cd1b0c4fda8da343b8.tar.bz2 misskey-efed36fd85087377ffc931cd1b0c4fda8da343b8.zip | |
Update user.tag
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> |