refactor flash

* make unobtrusive js
* convert js to coffee
This commit is contained in:
Cyril 2012-11-29 22:51:51 +01:00
parent c177593e2c
commit a9a5497915
4 changed files with 12 additions and 19 deletions

View file

@ -2,5 +2,5 @@
%html{ lang: "en"}
= render "layouts/head"
%body.ui_basic.login-page
= render partial: "layouts/flash"
= render "layouts/flash"
.container= yield