Skip to content

Instantly share code, notes, and snippets.

@rscarvalho
Created April 22, 2010 00:12
Show Gist options
  • Save rscarvalho/374621 to your computer and use it in GitHub Desktop.
Save rscarvalho/374621 to your computer and use it in GitHub Desktop.
%ol
= f.input :name, :label_html => { :class => "label" }, :input_html => {:class => "text_field"}, :wrapper_html => {:class => "group"}
= f.input :description, :label_html => { :class => "label" }, :input_html => {:class => "text_field", :style => "width:100%"}, :wrapper_html => {:class => "group"}
= f.input :return_email, :label_html => { :class => "label" }, :input_html => {:class => "text_field"}, :wrapper_html => {:class => "group"}
= render "shared/form_buttons"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment