diff options
author | Pacien TRAN-GIRARD | 2015-02-08 20:22:09 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-02-08 20:22:09 +0100 |
commit | 1ec4626a01da4e21b7e654cb0b6df2f52f6c5d91 (patch) | |
tree | c87ab8c1a283058461cd5efadaa4892b6aa86e0d /app/views/pages/account/accountSummary.scala.html | |
parent | 4496e089bca542fc98bfad0e005469211e7cbc1e (diff) | |
download | minibay-1ec4626a01da4e21b7e654cb0b6df2f52f6c5d91.tar.gz |
Define routes to be done
Diffstat (limited to 'app/views/pages/account/accountSummary.scala.html')
-rw-r--r-- | app/views/pages/account/accountSummary.scala.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/pages/account/accountSummary.scala.html b/app/views/pages/account/accountSummary.scala.html index 3a10d3d..4b3a263 100644 --- a/app/views/pages/account/accountSummary.scala.html +++ b/app/views/pages/account/accountSummary.scala.html | |||
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | <div class="pure-g wallet-actions"> | 38 | <div class="pure-g wallet-actions"> |
39 | <div class="pure-u-1 pure-u-lg-1-1"> | 39 | <div class="pure-u-1 pure-u-lg-1-1"> |
40 | <a class="pure-button" href="#"> | 40 | <a class="pure-button" href="@routes.Account.deposit()"> |
41 | <i class="fa fa-download"></i> | 41 | <i class="fa fa-download"></i> |
42 | Deposit | 42 | Deposit |
43 | </a> | 43 | </a> |
@@ -46,7 +46,7 @@ | |||
46 | <br><br> | 46 | <br><br> |
47 | 47 | ||
48 | <div class="pure-u-1 pure-u-lg-1-1"> | 48 | <div class="pure-u-1 pure-u-lg-1-1"> |
49 | <a class="pure-button" href="#HAHAHAHA"> | 49 | <a class="pure-button" href="@routes.Account.withdraw()"> |
50 | <i class="fa fa-upload"></i> | 50 | <i class="fa fa-upload"></i> |
51 | Withdraw | 51 | Withdraw |
52 | </a> | 52 | </a> |