projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add title to the rentable listing
[cs356-p2-videostore.git]
/
app
/
views
/
rentable
/
new.rhtml
1
<h1>New rentable</h1>
2
3
<% form_tag :action => 'create' do %>
4
<%= render :partial => 'form' %>
5
<%= submit_tag "Create" %>
6
<% end %>
7
8
<%= link_to 'Back', :action => 'list' %>