From cb902da50bd75b623a47727e62c0c69913422bfd Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 8 Feb 2015 00:17:21 +0100 Subject: Authentication draft --- app/views/pages/ebeHomepage.scala.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/views/pages/ebeHomepage.scala.html') diff --git a/app/views/pages/ebeHomepage.scala.html b/app/views/pages/ebeHomepage.scala.html index da1fb08..d4fe80a 100644 --- a/app/views/pages/ebeHomepage.scala.html +++ b/app/views/pages/ebeHomepage.scala.html @@ -1,6 +1,6 @@ -@()(implicit flash: Flash) +@()(implicit request : AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) -@templates.ebe("eBé") { +@templates.ebe("eBé")(request.account) {
@fragments.ebeMainActions() @@ -13,7 +13,7 @@

Get started today

- With @fragments.ebeLogo(), the leading online auction platform, buy or sell items in a few clicks! + With @fragments.branding.ebeLogo(), the leading online auction platform, buy or sell items in a few clicks!

@@ -22,7 +22,7 @@

Buy and sell with confidence

- @fragments.ebeLogo() guarantees all transactions for both buyers and sellers. + @fragments.branding.ebeLogo() guarantees all transactions for both buyers and sellers.

@@ -40,7 +40,7 @@

Secure transactions

- With @fragments.ebeLogo(), you are not required to give any personal information to any buyer or seller. + With @fragments.branding.ebeLogo(), you are not required to give any personal information to any buyer or seller.

-- cgit v1.2.3