Advertisement
Guest User

Untitled

a guest
May 14th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.15 KB | None | 0 0
  1. <div class="container">
  2.     <div class="row">
  3.         <h1>New Product</h1>
  4.         <%= render 'form' %>
  5.         <%= link_to 'Back', products_path %>
  6.     </div>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement