Guest User

Untitled

a guest
Apr 30th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. `simple_form` custom inputs and `active_admin`
  2. class PasswordInput < SimpleForm::Inputs::PasswordInput
  3. def input
  4. "<div class='input-prepend'><span class='add-on'><i class='icon-lock'></i></span>#{super}</div>".html_safe
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment