diff options
author | Pacien TRAN-GIRARD | 2015-02-08 00:17:21 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-02-08 00:17:21 +0100 |
commit | cb902da50bd75b623a47727e62c0c69913422bfd (patch) | |
tree | 2296df3bc243176f640732fffc80ec553a371367 /app/views/pages/pepalHomepage.scala.html | |
parent | 3d22cb7d1ee6bdf7b484bbf001c76e81ae351dea (diff) | |
download | minibay-cb902da50bd75b623a47727e62c0c69913422bfd.tar.gz |
Authentication draft
Diffstat (limited to 'app/views/pages/pepalHomepage.scala.html')
-rw-r--r-- | app/views/pages/pepalHomepage.scala.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/pages/pepalHomepage.scala.html b/app/views/pages/pepalHomepage.scala.html index b4a8e9c..9f4b227 100644 --- a/app/views/pages/pepalHomepage.scala.html +++ b/app/views/pages/pepalHomepage.scala.html | |||
@@ -1,6 +1,6 @@ | |||
1 | @()(implicit flash: Flash) | 1 | @()(implicit request : AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) |
2 | 2 | ||
3 | @templates.pepal("PéPal") { | 3 | @templates.pepal("PéPal")(request.account) { |
4 | 4 | ||
5 | <div class="action-buttons pure-g"> | 5 | <div class="action-buttons pure-g"> |
6 | @fragments.pepalMainActions() | 6 | @fragments.pepalMainActions() |
@@ -13,7 +13,7 @@ | |||
13 | <div class="l-box"> | 13 | <div class="l-box"> |
14 | <h3 class="information-head">Get started today</h3> | 14 | <h3 class="information-head">Get started today</h3> |
15 | <p> | 15 | <p> |
16 | With @fragments.pepalLogo(), the leading online payment solution, buy or sell items on the web in a few clicks! | 16 | With @fragments.branding.pepalLogo(), the leading online payment solution, buy or sell items on the web in a few clicks! |
17 | </p> | 17 | </p> |
18 | </div> | 18 | </div> |
19 | </div> | 19 | </div> |
@@ -40,7 +40,7 @@ | |||
40 | <div class="l-box"> | 40 | <div class="l-box"> |
41 | <h3 class="information-head">Secure transactions</h3> | 41 | <h3 class="information-head">Secure transactions</h3> |
42 | <p> | 42 | <p> |
43 | With @fragments.pepalLogo(), you are not required to give any personal information to any buyer or seller. | 43 | With @fragments.branding.pepalLogo(), you are not required to give any personal information to any buyer or seller. |
44 | </p> | 44 | </p> |
45 | </div> | 45 | </div> |
46 | </div> | 46 | </div> |