projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prettify the Customer pages
[cs356-p2-videostore.git]
/
app
/
views
/
coitem
/
edit.rhtml
1
<h1>Editing coitem</h1>
2
3
<% form_tag :action => 'update', :id => @coitem do %>
4
<%= render :partial => 'form' %>
5
<%= submit_tag 'Edit' %>
6
<% end %>
7
8
<%= link_to 'Show', :action => 'show', :id => @coitem %> |
9
<%= link_to 'Back', :action => 'list' %>