From 3bf1991854363806fb69ec9eedfbd53030a1ab94 Mon Sep 17 00:00:00 2001 From: MatheusFaria Date: Thu, 22 May 2014 09:48:42 -0300 Subject: [PATCH] Fixed loop redirect --- app/views/devise/sessions/_new_env.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/sessions/_new_env.html.haml b/app/views/devise/sessions/_new_env.html.haml index 296a7f2..1efee21 100644 --- a/app/views/devise/sessions/_new_env.html.haml +++ b/app/views/devise/sessions/_new_env.html.haml @@ -1,2 +1,2 @@ %script - window.location.href = '/users/auth/env' + window.location.href = '/auth/env' -- libgit2 0.21.2