Skip to content

Instantly share code, notes, and snippets.

@kmelkon
Created August 1, 2013 08:12
Show Gist options
  • Save kmelkon/6129424 to your computer and use it in GitHub Desktop.
Save kmelkon/6129424 to your computer and use it in GitHub Desktop.
deals
<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