cf2572b1765987cb54d3e2dcf4c8fe7ba296b9f1
[cs356-p2-videostore.git] / new.rhtml
1 <h1>New video</h1>
2
3 <% form_tag :action => 'create' do %>
4   <%= render :partial => 'form' %>
5   <%= submit_tag "Create" %>
6 <% end %>
7
8 <%= link_to 'Back', :action => 'index' %>