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/terms.scala.html | |
parent | 00443f9d168dc4fc272dee84c9ab8641062bf259 (diff) | |
download | minibay-c00cb6ae05f548f7ae270a93ad44f57207380406.tar.gz |
Put views in packages
Diffstat (limited to 'app/views/pages/terms.scala.html')
-rw-r--r-- | app/views/pages/terms.scala.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/pages/terms.scala.html b/app/views/pages/terms.scala.html deleted file mode 100644 index 3ccadc7..0000000 --- a/app/views/pages/terms.scala.html +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | @()(implicit request: AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) | ||
2 | |||
3 | @templates.ebe("Terms of use")(request.account) { | ||
4 | |||
5 | <div class="pure-g"> | ||
6 | <div class="pure-u-1 pure-u-lg-1-2 centered"> | ||
7 | <h2>Terms of use</h2> | ||
8 | <ul> | ||
9 | <li>Do not use this application.</li> | ||
10 | <li>You should not be reading this.</li> | ||
11 | <li>Close this window now.</li> | ||
12 | </ul> | ||
13 | </div> | ||
14 | </div> | ||
15 | |||
16 | } | ||