Prettify the COItem pages
[cs356-p2-videostore.git] / app / views / coitem / new.rhtml
diff --git a/app/views/coitem/new.rhtml b/app/views/coitem/new.rhtml
deleted file mode 100644 (file)
index a494968..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<h1>New coitem</h1>
-
-<% form_tag :action => 'create' do %>
-  <%= render :partial => 'form' %>
-  <%= submit_tag "Create" %>
-<% end %>
-
-<%= link_to 'Back', :action => 'list' %>