aboutsummaryrefslogtreecommitdiff
path: root/app/views/pages/ebeHomepage.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/pages/ebeHomepage.scala.html')
-rw-r--r--app/views/pages/ebeHomepage.scala.html10
1 files changed, 5 insertions, 5 deletions
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 @@
1@()(implicit flash: Flash) 1@()(implicit request : AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token)
2 2
3@templates.ebe("eBé") { 3@templates.ebe("eBé")(request.account) {
4 4
5 <div class="action-buttons pure-g"> 5 <div class="action-buttons pure-g">
6 @fragments.ebeMainActions() 6 @fragments.ebeMainActions()
@@ -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.ebeLogo(), the leading online auction platform, buy or sell items in a few clicks! 16 With @fragments.branding.ebeLogo(), the leading online auction platform, buy or sell items in a few clicks!
17 </p> 17 </p>
18 </div> 18 </div>
19 </div> 19 </div>
@@ -22,7 +22,7 @@
22 <div class="l-box"> 22 <div class="l-box">
23 <h3 class="information-head">Buy and sell with confidence</h3> 23 <h3 class="information-head">Buy and sell with confidence</h3>
24 <p> 24 <p>
25 @fragments.ebeLogo() guarantees all transactions for both buyers and sellers. 25 @fragments.branding.ebeLogo() guarantees all transactions for both buyers and sellers.
26 </p> 26 </p>
27 </div> 27 </div>
28 </div> 28 </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.ebeLogo(), you are not required to give any personal information to any buyer or seller. 43 With @fragments.branding.ebeLogo(), 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>