Add the 'Add a New Video' link to the main video page
[cs356-p2-videostore.git] / app / views / video / index.rhtml
1 <h1>Video Maintenence</h1>
2
3 <h3>Actions</h3>
4 <ul>
5   <li><%= link_to 'List All Videos', :action => 'list' %></li>
6   <li><%= link_to 'Search for a Video', :action => 'search' %></li>
7   <li><%= link_to 'Add a New Video', :action => 'new' %></li>
8 </ul>