diff options
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> |