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 +++---
app/views/pages/loginForm.scala.html | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'app/views')
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
diff --git a/app/views/pages/loginForm.scala.html b/app/views/pages/loginForm.scala.html
index 5e4d8e5..f359082 100644
--- a/app/views/pages/loginForm.scala.html
+++ b/app/views/pages/loginForm.scala.html
@@ -9,7 +9,7 @@
@views.html.fragments.forms.globalErrors(loginForm)
- @helper.form(action = routes.Auth.loginSubmit(), 'class -> "pure-form") {
+ @helper.form(action = routes.Authentication.loginSubmit(), 'class -> "pure-form") {
@helper.CSRF.formField
--
cgit v1.2.3