projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ec3121570c161556b4ae42b57f37c7cb5941fbfd
[cs356-p2-videostore.git]
/
app
/
views
/
merchandise
/
index.rhtml
1
<h1>Merchandise Maintenence</h1>
2
3
<h3>Actions</h3>
4
<ul>
5
<li><%= link_to 'List All Merchandise', :action => 'list' %></li>
6
<li><%= link_to 'Add a New Merchandise Item', :action => 'new' %></li>
7
</ul>