Skip to content

Instantly share code, notes, and snippets.

@kmelkon
Created August 1, 2013 08:13
Show Gist options
  • Save kmelkon/6129429 to your computer and use it in GitHub Desktop.
Save kmelkon/6129429 to your computer and use it in GitHub Desktop.
<%= form_for [@company, @deal], :remote=> true, :id => "form" do |f| %>
<%= f.label :background %>
<%= f.text_area :background, :class => "input-width bottom-border" %>
<%= f.label :value %>
<%= f.text_field :value, :class => "input-width bottom-border" %>
<%= f.submit "Add this Deal", class: "btn submit-deals" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment