aboutsummaryrefslogtreecommitdiff
path: root/app/views/fragments/accountInfos.scala.html
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 15:47:07 +0100
committerPacien TRAN-GIRARD2015-02-08 15:47:07 +0100
commita022850963552096dab032fb57c16d3b1d3ac51a (patch)
tree2404424261057b9d0d60daf7c3f34c49dc482f68 /app/views/fragments/accountInfos.scala.html
parent1dd7d1dd1a796592b4448eba878ddcae8e063407 (diff)
downloadminibay-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.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 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>