aboutsummaryrefslogtreecommitdiff
path: root/app/views/fragments
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 20:22:09 +0100
committerPacien TRAN-GIRARD2015-02-08 20:22:09 +0100
commit1ec4626a01da4e21b7e654cb0b6df2f52f6c5d91 (patch)
treec87ab8c1a283058461cd5efadaa4892b6aa86e0d /app/views/fragments
parent4496e089bca542fc98bfad0e005469211e7cbc1e (diff)
downloadminibay-1ec4626a01da4e21b7e654cb0b6df2f52f6c5d91.tar.gz
Define routes to be done
Diffstat (limited to 'app/views/fragments')
-rw-r--r--app/views/fragments/accountInfos.scala.html2
-rw-r--r--app/views/fragments/ebeMainActions.scala.html2
-rw-r--r--app/views/fragments/pepalMainActions.scala.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/app/views/fragments/accountInfos.scala.html b/app/views/fragments/accountInfos.scala.html
index 60c3583..105fc5a 100644
--- a/app/views/fragments/accountInfos.scala.html
+++ b/app/views/fragments/accountInfos.scala.html
@@ -12,7 +12,7 @@
12 @account.equity € 12 @account.equity €
13 </a> 13 </a>
14 14
15 <a class="pure-button" href="#"> 15 <a class="pure-button" href="@routes.Profile.editProfile()">
16 <i class="fa fa-user fa-lg"></i> 16 <i class="fa fa-user fa-lg"></i>
17 @account.username 17 @account.username
18 </a> 18 </a>
diff --git a/app/views/fragments/ebeMainActions.scala.html b/app/views/fragments/ebeMainActions.scala.html
index 0043321..9976d17 100644
--- a/app/views/fragments/ebeMainActions.scala.html
+++ b/app/views/fragments/ebeMainActions.scala.html
@@ -1,5 +1,5 @@
1<div class="pure-u-1 pure-u-lg-1-2"> 1<div class="pure-u-1 pure-u-lg-1-2">
2 <a class="pure-button blue-bg" href="#"> 2 <a class="pure-button blue-bg" href="@routes.Sale.sell(null)">
3 <i class="fa fa-gavel fa-5x"></i> 3 <i class="fa fa-gavel fa-5x"></i>
4 <span>Sell</span> 4 <span>Sell</span>
5 </a> 5 </a>
diff --git a/app/views/fragments/pepalMainActions.scala.html b/app/views/fragments/pepalMainActions.scala.html
index 0e614a6..9c874ba 100644
--- a/app/views/fragments/pepalMainActions.scala.html
+++ b/app/views/fragments/pepalMainActions.scala.html
@@ -1,12 +1,12 @@
1<div class="pure-u-1 pure-u-lg-1-2"> 1<div class="pure-u-1 pure-u-lg-1-2">
2 <a class="pure-button dark-blue-bg" href="#"> 2 <a class="pure-button dark-blue-bg" href="@routes.Account.deposit()">
3 <i class="fa fa-download fa-5x"></i> 3 <i class="fa fa-download fa-5x"></i>
4 <span>Deposit</span> 4 <span>Deposit</span>
5 </a> 5 </a>
6</div> 6</div>
7 7
8<div class="pure-u-1 pure-u-lg-1-2"> 8<div class="pure-u-1 pure-u-lg-1-2">
9 <a class="pure-button light-blue-bg" href="#"> 9 <a class="pure-button light-blue-bg" href="@routes.Account.transfer()">
10 <i class="fa fa-share fa-5x"></i> 10 <i class="fa fa-share fa-5x"></i>
11 <span>Send money</span> 11 <span>Send money</span>
12 </a> 12 </a>