diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2016-12-29 21:43:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2016-12-29 21:43:33 +0900 |
| commit | c945481e2099a1020bd4753a780ac39fcb9e0662 (patch) | |
| tree | 3f0405612a5c482ef411f5ea6da68c068c4d97b7 /src | |
| parent | Add overload (diff) | |
| download | misskey-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.pug | 9 | ||||
| -rw-r--r-- | src/web/app/common/tags/signup.tag | 2 |
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 }) |