Created
August 1, 2013 08:13
-
-
Save kmelkon/6129429 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= 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