diff options
Diffstat (limited to 'app/views/fragments/accountInfos.scala.html')
-rw-r--r-- | app/views/fragments/accountInfos.scala.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/views/fragments/accountInfos.scala.html b/app/views/fragments/accountInfos.scala.html new file mode 100644 index 0000000..711fb40 --- /dev/null +++ b/app/views/fragments/accountInfos.scala.html | |||
@@ -0,0 +1,14 @@ | |||
1 | <a class="pure-button" href="#"> | ||
2 | <i class="fa fa-sign-out fa-lg"></i> | ||
3 | Logout | ||
4 | </a> | ||
5 | |||
6 | <a class="pure-button" href="#"> | ||
7 | <i class="fa fa-money fa-lg"></i> | ||
8 | -400 000 € | ||
9 | </a> | ||
10 | |||
11 | <a class="pure-button" href="#"> | ||
12 | <i class="fa fa-user fa-lg"></i> | ||
13 | Mr. Kornada | ||
14 | </a> | ||