From 9079a273501a916262bc50e52f722a9311f12825 Mon Sep 17 00:00:00 2001
From: Pacien TRAN-GIRARD
Date: Sun, 8 Feb 2015 11:09:57 +0100
Subject: Refactor Auth
---
app/views/fragments/accountInfos.scala.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'app/views/fragments')
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 @@
@accountData match {
case Some(account) => {
-
+
Logout
@@ -19,12 +19,12 @@
}
case None => {
-
+
Sign up
-
+
Log in
--
cgit v1.2.3