summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-08-30 11:45:17 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-08-30 11:45:17 +0900
commitd86859b1ce72985f9eb2b065307fb9ef7ac3afad (patch)
treea928368e7b8ecad89f33b1ca9e73d51407433543 /src/web
parentモバイル版のアクティビティチャートを変更 (diff)
downloadmisskey-d86859b1ce72985f9eb2b065307fb9ef7ac3afad.tar.gz
misskey-d86859b1ce72985f9eb2b065307fb9ef7ac3afad.tar.bz2
misskey-d86859b1ce72985f9eb2b065307fb9ef7ac3afad.zip
モバイル版のユーザーページに最終ログイン日時を表示するように
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/mobile/tags/user.tag7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag
index 3ed186de9e..269acdaf3d 100644
--- a/src/web/app/mobile/tags/user.tag
+++ b/src/web/app/mobile/tags/user.tag
@@ -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;