diff options
author | Pacien TRAN-GIRARD | 2015-02-08 20:03:02 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-02-08 20:03:02 +0100 |
commit | c00cb6ae05f548f7ae270a93ad44f57207380406 (patch) | |
tree | d4fff3d2ec28fcfb5be4e0eed2621f8ac1462b74 /app/views/pages/static/privacy.scala.html | |
parent | 00443f9d168dc4fc272dee84c9ab8641062bf259 (diff) | |
download | minibay-c00cb6ae05f548f7ae270a93ad44f57207380406.tar.gz |
Put views in packages
Diffstat (limited to 'app/views/pages/static/privacy.scala.html')
-rw-r--r-- | app/views/pages/static/privacy.scala.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/views/pages/static/privacy.scala.html b/app/views/pages/static/privacy.scala.html new file mode 100644 index 0000000..dd6898a --- /dev/null +++ b/app/views/pages/static/privacy.scala.html | |||
@@ -0,0 +1,15 @@ | |||
1 | @()(implicit request: AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) | ||
2 | |||
3 | @templates.ebe("Privacy policy")(request.account) { | ||
4 | |||
5 | <div class="pure-g"> | ||
6 | <div class="pure-u-1 pure-u-lg-1-2 centered"> | ||
7 | <h2>Privacy policy</h2> | ||
8 | <ul> | ||
9 | <li>We read your passwords.</li> | ||
10 | <li>But we do not use Google Analytics or any third-party nasty thing.</li> | ||
11 | </ul> | ||
12 | </div> | ||
13 | </div> | ||
14 | |||
15 | } | ||