Using Simple_form 2.0.2
The simple form code using HAML:
= f.input :remember_me, as: :boolean, inline_label: \'Remember me\'
But it ren
.control-group.error .help-inline { display: none; }
This should work, it works for me on rails 3.2 and simple_form 2.x+