Lots of stuff, I got too tired to keep perfect revision history
[cs356-p2-videostore.git] / app / views / bonus_policy / edit.rhtml
diff --git a/app/views/bonus_policy/edit.rhtml b/app/views/bonus_policy/edit.rhtml
new file mode 100644 (file)
index 0000000..e1d1cf8
--- /dev/null
@@ -0,0 +1,9 @@
+<h1>Editing bonus_policy</h1>
+
+<% form_tag :action => 'update', :id => @bonus_policy do %>
+  <%= render :partial => 'form' %>
+  <%= submit_tag 'Edit' %>
+<% end %>
+
+<%= link_to 'Show', :action => 'show', :id => @bonus_policy %> |
+<%= link_to 'Back', :action => 'list' %>