Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- `simple_form` custom inputs and `active_admin`
- class PasswordInput < SimpleForm::Inputs::PasswordInput
- def input
- "<div class='input-prepend'><span class='add-on'><i class='icon-lock'></i></span>#{super}</div>".html_safe
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment