forked from FoundKeyGang/FoundKey
Update user.tags
Add user.posts_count Edit "friends" -> "status"
This commit is contained in:
parent
e84c2a61a5
commit
856690ac1f
1 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,9 @@
|
||||||
<i class="fa fa-birthday-cake"></i>{ user.profile.birthday.replace('-', '年').replace('-', '月') + '日' } ({ age(user.profile.birthday) }歳)
|
<i class="fa fa-birthday-cake"></i>{ user.profile.birthday.replace('-', '年').replace('-', '月') + '日' } ({ age(user.profile.birthday) }歳)
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="friends">
|
<div class="status">
|
||||||
|
<b>{ user.posts_count }</b>
|
||||||
|
<i>%i18n:mobile.tags.mk-user.posts-count%</i>
|
||||||
<a href="{ user.username }/following">
|
<a href="{ user.username }/following">
|
||||||
<b>{ user.following_count }</b>
|
<b>{ user.following_count }</b>
|
||||||
<i>%i18n:mobile.tags.mk-user.following%</i>
|
<i>%i18n:mobile.tags.mk-user.following%</i>
|
||||||
|
@ -132,7 +134,7 @@
|
||||||
> i
|
> i
|
||||||
margin-right 4px
|
margin-right 4px
|
||||||
|
|
||||||
> .friends
|
> .status
|
||||||
> a
|
> a
|
||||||
color #657786
|
color #657786
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue