summaryrefslogtreecommitdiff
path: root/src/web/app/auth
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-22 16:19:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-22 16:19:32 +0900
commitb646877e8bf73650859c52fc00a601da5b34bfc0 (patch)
tree347c7a8d7744b8da7d966fe0422dad6f38a8a610 /src/web/app/auth
parent[Client] Fix design (diff)
downloadsharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.gz
sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.bz2
sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.zip
#309 and some cleanups
Diffstat (limited to 'src/web/app/auth')
-rw-r--r--src/web/app/auth/assets/logo.svg (renamed from src/web/app/auth/resources/logo.svg)0
-rw-r--r--src/web/app/auth/tags/index.tag2
-rw-r--r--src/web/app/auth/view.pug2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/auth/resources/logo.svg b/src/web/app/auth/assets/logo.svg
index 19b8a2737e..19b8a2737e 100644
--- a/src/web/app/auth/resources/logo.svg
+++ b/src/web/app/auth/assets/logo.svg
diff --git a/src/web/app/auth/tags/index.tag b/src/web/app/auth/tags/index.tag
index 218101f3dd..6bc545df3b 100644
--- a/src/web/app/auth/tags/index.tag
+++ b/src/web/app/auth/tags/index.tag
@@ -23,7 +23,7 @@
<h1>サインインしてください</h1>
<mk-signin></mk-signin>
</main>
- <footer><img src="/resources/auth/logo.svg" alt="Misskey"/></footer>
+ <footer><img src="/assets/auth/logo.svg" alt="Misskey"/></footer>
<style>
:scope
display block
diff --git a/src/web/app/auth/view.pug b/src/web/app/auth/view.pug
index 03ec4e6f72..ae2a652022 100644
--- a/src/web/app/auth/view.pug
+++ b/src/web/app/auth/view.pug
@@ -2,4 +2,4 @@ extends ../base
block head
meta(name='viewport' content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no')
- script(src=`/resources/auth/script.${version}.js` async defer)
+ script(src=`/assets/auth/script.${version}.js` async defer)