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/fragments/accountInfos.scala.html | |
parent | 4496e089bca542fc98bfad0e005469211e7cbc1e (diff) | |
download | minibay-1ec4626a01da4e21b7e654cb0b6df2f52f6c5d91.tar.gz |
Define routes to be done
Diffstat (limited to 'app/views/fragments/accountInfos.scala.html')
-rw-r--r-- | app/views/fragments/accountInfos.scala.html | 2 |
1 files changed, 1 insertions, 1 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> |