From bc1698e755cbfa33257360f5bdff781e8ecef517 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 9 Feb 2017 00:11:16 +0900 Subject: nanka iroiro --- src/web/app/common/tags/authorized-apps.tag | 34 +++++++++++++++++++++++++++++ src/web/app/common/tags/index.js | 1 + 2 files changed, 35 insertions(+) create mode 100644 src/web/app/common/tags/authorized-apps.tag (limited to 'src/web/app/common') diff --git a/src/web/app/common/tags/authorized-apps.tag b/src/web/app/common/tags/authorized-apps.tag new file mode 100644 index 0000000000..aedfc78fd9 --- /dev/null +++ b/src/web/app/common/tags/authorized-apps.tag @@ -0,0 +1,34 @@ + +

連携しているアプリケーションはありません。

+
+
+

{ app.name }

+

{ app.description }

+
+
+ + +
diff --git a/src/web/app/common/tags/index.js b/src/web/app/common/tags/index.js index a27dc11987..ef61d51ba4 100644 --- a/src/web/app/common/tags/index.js +++ b/src/web/app/common/tags/index.js @@ -17,3 +17,4 @@ require('./copyright.tag'); require('./signin-history.tag'); require('./api-info.tag'); require('./twitter-setting.tag'); +require('./authorized-apps.tag'); -- cgit v1.2.3-freya