diff options
Diffstat (limited to 'app/views/fragments/accountInfos.scala.html')
-rw-r--r-- | app/views/fragments/accountInfos.scala.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/fragments/accountInfos.scala.html b/app/views/fragments/accountInfos.scala.html index 8fb0aab..6bf8655 100644 --- a/app/views/fragments/accountInfos.scala.html +++ b/app/views/fragments/accountInfos.scala.html | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | @accountData match { | 3 | @accountData match { |
4 | case Some(account) => { | 4 | case Some(account) => { |
5 | <a class="pure-button" href="@routes.Auth.logout()"> | 5 | <a class="pure-button" href="@routes.Authentication.logout()"> |
6 | <i class="fa fa-sign-out fa-lg"></i> | 6 | <i class="fa fa-sign-out fa-lg"></i> |
7 | Logout | 7 | Logout |
8 | </a> | 8 | </a> |
@@ -19,12 +19,12 @@ | |||
19 | } | 19 | } |
20 | 20 | ||
21 | case None => { | 21 | case None => { |
22 | <a class="pure-button" href="@routes.Auth.logout()"> | 22 | <a class="pure-button" href="@routes.Authentication.logout()"> |
23 | <i class="fa fa-pencil-square-o fa-lg"></i> | 23 | <i class="fa fa-pencil-square-o fa-lg"></i> |
24 | Sign up | 24 | Sign up |
25 | </a> | 25 | </a> |
26 | 26 | ||
27 | <a class="pure-button" href="@routes.Auth.login()"> | 27 | <a class="pure-button" href="@routes.Authentication.login()"> |
28 | <i class="fa fa-sign-in fa-lg"></i> | 28 | <i class="fa fa-sign-in fa-lg"></i> |
29 | Log in | 29 | Log in |
30 | </a> | 30 | </a> |