Skip to content

Instantly share code, notes, and snippets.

@noahhendrix
Created May 31, 2010 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahhendrix/420137 to your computer and use it in GitHub Desktop.
Save noahhendrix/420137 to your computer and use it in GitHub Desktop.
<%= content_box "Create a New Product", :size => 75, :alt => true do %>
<%= semantic_form_for (@product ||= Product.new) do |f| %>
<%= f.inputs do %>
<%= f.input :name %>
<%= f.input :accounting_code %>
<%= f.commit_button :button_html => { :class => "button" } %>
<% end %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment