diff options
author | Pacien TRAN-GIRARD | 2015-02-08 15:47:07 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-02-08 15:47:07 +0100 |
commit | a022850963552096dab032fb57c16d3b1d3ac51a (patch) | |
tree | 2404424261057b9d0d60daf7c3f34c49dc482f68 /app/views/fragments/accountInfos.scala.html | |
parent | 1dd7d1dd1a796592b4448eba878ddcae8e063407 (diff) | |
download | minibay-a022850963552096dab032fb57c16d3b1d3ac51a.tar.gz |
Add sign up form and AutoInc on tables uuid
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 6bf8655..887e485 100644 --- a/app/views/fragments/accountInfos.scala.html +++ b/app/views/fragments/accountInfos.scala.html | |||
@@ -19,7 +19,7 @@ | |||
19 | } | 19 | } |
20 | 20 | ||
21 | case None => { | 21 | case None => { |
22 | <a class="pure-button" href="@routes.Authentication.logout()"> | 22 | <a class="pure-button" href="@routes.Profile.signup()"> |
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> |