Created
August 1, 2013 08:12
-
-
Save kmelkon/6129424 to your computer and use it in GitHub Desktop.
deals
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
<div class="container"> | |
<div class="content pull-left"> | |
<%= form_for(@deal, :url => {:action => "create"}) 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" %> | |
<% end %> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment