From c945481e2099a1020bd4753a780ac39fcb9e0662 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 29 Dec 2016 21:43:33 +0900 Subject: [PATCH] Implement terms of use --- src/web/about/pages/tou.pug | 9 +++++++++ src/web/app/common/tags/signup.tag | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/web/about/pages/tou.pug diff --git a/src/web/about/pages/tou.pug b/src/web/about/pages/tou.pug new file mode 100644 index 000000000..dc0c266fd --- /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 730f00fb4..9b28d7d1f 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 })