aboutsummaryrefslogtreecommitdiff
path: root/app/views/fragments
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 17:06:58 +0100
committerPacien TRAN-GIRARD2015-02-08 17:06:58 +0100
commitf90cd0da3eda7c1723ce4de439f64334c81db712 (patch)
tree700f4b04acf04f3cd39df94b3add1086a47f18a2 /app/views/fragments
parenta022850963552096dab032fb57c16d3b1d3ac51a (diff)
downloadminibay-f90cd0da3eda7c1723ce4de439f64334c81db712.tar.gz
Implement account summary page
Diffstat (limited to 'app/views/fragments')
-rw-r--r--app/views/fragments/accountInfos.scala.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/fragments/accountInfos.scala.html b/app/views/fragments/accountInfos.scala.html
index 887e485..60c3583 100644
--- a/app/views/fragments/accountInfos.scala.html
+++ b/app/views/fragments/accountInfos.scala.html
@@ -7,7 +7,7 @@
7 Logout 7 Logout
8 </a> 8 </a>
9 9
10 <a class="pure-button" href="#"> 10 <a class="pure-button" href="@routes.Account.summary()">
11 <i class="fa fa-money fa-lg"></i> 11 <i class="fa fa-money fa-lg"></i>
12 @account.equity € 12 @account.equity €
13 </a> 13 </a>