Skip to content

Instantly share code, notes, and snippets.

@fedesoria
Created October 15, 2011 00:33
Show Gist options
  • Save fedesoria/1288775 to your computer and use it in GitHub Desktop.
Save fedesoria/1288775 to your computer and use it in GitHub Desktop.
class LeftBoxInput < SimpleForm::Inputs::Base
def input
"<div class='input-prepend'><span class='add-on'>#{options[:symbol]}</span>#{@builder.text_field(attribute_name, input_html_options)}</div>".html_safe
end
end
<%= f.input :foo, :as => :left_box, :symbol => "2 + 2 ?" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment