diowa/icare

Is possible change html.slim for .html o .haml

sebas91 opened this issue · 1 comments

the views are in the html.slim

is possible only manage html5 or haml

thanks

Hi,

we switched from haml to slim in version 0.19.0 because we think the latter one is better for our purposes.

All icare templates should be compiled in valid html5 files

I will not switch back to haml/erb, but feel free to do on your project it if you need: http://www.rubydoc.info/gems/slim/frames#Template_Converters__HAML__ERB______

Hope it helps