Add the 'Add a New Video' link to the main video page
[cs356-p2-videostore.git] / app / views / video / 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' %>