projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prettify and add the Merchandise pages
[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>