From 11c8d05e7d83dbde01d6632255120696773a32b5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 21 Jan 2017 17:25:12 +0900 Subject: :v: --- src/web/app/desktop/tags/settings.tag | 24 +++++++++++++++++++++--- src/web/app/desktop/tags/user-profile.tag | 2 +- 2 files changed, 22 insertions(+), 4 deletions(-) (limited to 'src/web') diff --git a/src/web/app/desktop/tags/settings.tag b/src/web/app/desktop/tags/settings.tag index 0ef658ce47..0e0ebe7693 100644 --- a/src/web/app/desktop/tags/settings.tag +++ b/src/web/app/desktop/tags/settings.tag @@ -65,9 +65,14 @@

Twitter

-

お使いのTwitterアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでTwitterアカウント情報が表示されるようになったり、Twitterを用いた便利なサインインを利用できるようになります。

-

アカウントは次のTwitterアカウントに接続されています: @{ I.twitter.screenName }

- { I.twitter ? '再接続する' : 'Twitterと接続する' } +

お使いのTwitterアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでTwitterアカウント情報が表示されるようになったり、Twitterを用いた便利なサインインを利用できるようになります。詳細...

+ +

+ { I.twitter ? '再接続する' : 'Twitterと接続する' } + or + 切断する +

+

Twitter ID: { I.twitter.user_id }

@@ -206,6 +211,19 @@ float left margin-left 8px + &.twitter + .account + border solid 1px #e1e8ed + border-radius 4px + padding 16px + + a + font-weight bold + color inherit + + .id + color #8899a6 + &.api code padding 4px diff --git a/src/web/app/desktop/tags/user-profile.tag b/src/web/app/desktop/tags/user-profile.tag index ca131b2222..12101ed633 100644 --- a/src/web/app/desktop/tags/user-profile.tag +++ b/src/web/app/desktop/tags/user-profile.tag @@ -8,7 +8,7 @@

{ user.birthday.replace('-', '年').replace('-', '月') + '日' }

{ user.following_count }人をフォロー

-- cgit v1.2.3-freya