Skip to content

Instantly share code, notes, and snippets.

@joshskeen
Created July 9, 2012 17:46
Show Gist options
  • Save joshskeen/3077851 to your computer and use it in GitHub Desktop.
Save joshskeen/3077851 to your computer and use it in GitHub Desktop.
= form_for @_item, :html => {:class => "well"}, url: items_path(@_item) do |form|
%div
= form.label :name
= form.text_field :name
= form.label :description
= form.text_field :description
%div
= submit_tag "add", :class => "btn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment