= 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"