diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-12 06:03:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-12 06:03:49 +0900 |
| commit | c8c26badc0918b229b96bd97e5fc484b45e4715f (patch) | |
| tree | 77a274301896cd5b8297f14ec05b6ad05effa5a4 /src/web/app/auth | |
| parent | Clean up: Removes needless quotes :sparkles: (diff) | |
| download | sharkey-c8c26badc0918b229b96bd97e5fc484b45e4715f.tar.gz sharkey-c8c26badc0918b229b96bd97e5fc484b45e4715f.tar.bz2 sharkey-c8c26badc0918b229b96bd97e5fc484b45e4715f.zip | |
Fix
Diffstat (limited to 'src/web/app/auth')
| -rw-r--r-- | src/web/app/auth/tags/form.tag | 2 | ||||
| -rw-r--r-- | src/web/app/auth/tags/index.tag | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/auth/tags/form.tag b/src/web/app/auth/tags/form.tag index 9ba6e97f8e..2007e1e5ce 100644 --- a/src/web/app/auth/tags/form.tag +++ b/src/web/app/auth/tags/form.tag @@ -1,6 +1,6 @@ <mk-form> <header> - <h1><i>{ app.name }</i>があなたの<b>アカウント</b>に<b>アクセス</b>することを<b>許可</b>しますか?</h1><img src={ app.icon_url + '?thumbnail&size=64' }/> + <h1><i>{ app.name }</i>があなたの<b>アカウント</b>に<b>アクセス</b>することを<b>許可</b>しますか?</h1><img src={ app.icon_url + '?thumbnail&size=64' }/> </header> <div class="app"> <section> diff --git a/src/web/app/auth/tags/index.tag b/src/web/app/auth/tags/index.tag index 89b5e12ed4..5f8c5fe729 100644 --- a/src/web/app/auth/tags/index.tag +++ b/src/web/app/auth/tags/index.tag @@ -3,7 +3,7 @@ <p class="fetching" if={ fetching }>読み込み中 <mk-ellipsis></mk-ellipsis> </p> - <mk-form ref="form" if={ state == null && !fetching } session={ session }></mk-form> + <mk-form ref="form" if={ state == null && !fetching } session={ session }></mk-form> <div class="denied" if={ state == 'denied' }> <h1>アプリケーションの連携をキャンセルしました。</h1> <p>このアプリがあなたのアカウントにアクセスすることはありません。</p> |