diff options
author | Cyril <jv.cyril@gmail.com> | 2012-11-29 22:51:51 +0100 |
---|---|---|
committer | Cyril <jv.cyril@gmail.com> | 2012-12-01 18:40:47 +0100 |
commit | a9a54979150f02690784cbea5d9b697b95249f7c (patch) | |
tree | 8c105aa8e32b5524c2d8748ed7268d6d90e4df8c /app/views/layouts/devise.html.haml | |
parent | c177593e2cf282f09934640bd597e6e3c5f32893 (diff) | |
download | gitlab-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.haml | 2 |
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 |