Guest User

Untitled

a guest
May 27th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <%= content_box "Create a New Product", :size => 75, :alt => true do %>
  2. <%= semantic_form_for (@product ||= Product.new) do |f| %>
  3. <%= f.inputs do %>
  4. <%= f.input :name %>
  5. <%= f.input :accounting_code %>
  6.  
  7. <%= f.commit_button :button_html => { :class => "button" } %>
  8. <% end %>
  9. <% end %>
  10. <% end %>
Add Comment
Please, Sign In to add comment