モバイル版のユーザーページに最終ログイン日時を表示するように
This commit is contained in:
parent
4c0fbaedfa
commit
d86859b1ce
4 changed files with 11 additions and 1 deletions
|
@ -233,6 +233,7 @@
|
|||
<mk-weekly-activity-chart user={ user }/>
|
||||
</div>
|
||||
</section>
|
||||
<p>%i18n:mobile.tags.mk-user-overview.last-used-at%: <b><mk-time time={ user.last_used_at }/></b></p>
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
@ -263,6 +264,12 @@
|
|||
> div
|
||||
padding 8px
|
||||
|
||||
> p
|
||||
display block
|
||||
margin 16px
|
||||
text-align center
|
||||
color #cad2da
|
||||
|
||||
</style>
|
||||
<script>
|
||||
this.user = this.opts.user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue