Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 30th, 2012  |  syntax: None  |  size: 0.24 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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