summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
diff options
context:
space:
mode:
authorCyril <jv.cyril@gmail.com>2012-11-29 22:51:51 +0100
committerCyril <jv.cyril@gmail.com>2012-12-01 18:40:47 +0100
commita9a54979150f02690784cbea5d9b697b95249f7c (patch)
tree8c105aa8e32b5524c2d8748ed7268d6d90e4df8c /app/views/layouts/devise.html.haml
parentc177593e2cf282f09934640bd597e6e3c5f32893 (diff)
downloadgitlab-ce-a9a54979150f02690784cbea5d9b697b95249f7c.tar.gz
refactor flash
* make unobtrusive js * convert js to coffee
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 70c4f007ba1..36c6b4c6c35 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -2,5 +2,5 @@
%html{ lang: "en"}
= render "layouts/head"
%body.ui_basic.login-page
- = render partial: "layouts/flash"
+ = render "layouts/flash"
.container= yield