Skip to content

Instantly share code, notes, and snippets.

@zhhz
Created January 18, 2009 00:49
Show Gist options
  • Save zhhz/48505 to your computer and use it in GitHub Desktop.
Save zhhz/48505 to your computer and use it in GitHub Desktop.
merb_form.html.erb
<% @pos.each |purchase_order| do %>
<%= form_for(purchase_order, :action => url(:create_po_purchasing_shopping_lists)) do %>
<%= hidden_field :name => "counter", :value => count %>
<%= partial 'purchasing/purchase_orders/basic_form', :po => po %>
<button class="positive" type="submit">
<img alt="create" src="/images/icons/tick.png"></img>
Create
</button>
<% end =%>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment