summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2016-12-29 21:43:33 +0900
committersyuilo <syuilotan@yahoo.co.jp>2016-12-29 21:43:33 +0900
commitc945481e2099a1020bd4753a780ac39fcb9e0662 (patch)
tree3f0405612a5c482ef411f5ea6da68c068c4d97b7 /src
parentAdd overload (diff)
downloadmisskey-c945481e2099a1020bd4753a780ac39fcb9e0662.tar.gz
misskey-c945481e2099a1020bd4753a780ac39fcb9e0662.tar.bz2
misskey-c945481e2099a1020bd4753a780ac39fcb9e0662.zip
Implement terms of use
Diffstat (limited to 'src')
-rw-r--r--src/web/about/pages/tou.pug9
-rw-r--r--src/web/app/common/tags/signup.tag2
2 files changed, 10 insertions, 1 deletions
diff --git a/src/web/about/pages/tou.pug b/src/web/about/pages/tou.pug
new file mode 100644
index 0000000000..dc0c266fd7
--- /dev/null
+++ b/src/web/about/pages/tou.pug
@@ -0,0 +1,9 @@
+extend ../base
+
+block title
+ | 利用規約
+
+block content
+ h1 利用規約
+
+ p 法律上問題のあることはお止めください。
diff --git a/src/web/app/common/tags/signup.tag b/src/web/app/common/tags/signup.tag
index 730f00fb4e..9b28d7d1ff 100644
--- a/src/web/app/common/tags/signup.tag
+++ b/src/web/app/common/tags/signup.tag
@@ -95,7 +95,7 @@ mk-signup
autocomplete='off',
required)
p
- a() 利用規約
+ a(href={ CONFIG.urls.about + '/tou' }, target='_blank') 利用規約
| に同意する
button(onclick={ onsubmit })