Add Description to the edit pages for {Video,Game,Rentable}Policy
[cs356-p2-videostore.git] / app / views / video_policy / edit.rhtml
1 <h1>Editing Video Rental Policy</h1>
2
3 <p><b>Description: </b><%= @video_policy.description %></p>
4
5 <% form_tag :action => 'update', :id => @video_policy do %>
6   <%= render :partial => 'form' %>
7   <%= submit_tag 'Edit' %>
8 <% end %>
9
10 <%= link_to 'Show', :action => 'show', :id => @video_policy %> |
11 <%= link_to 'Back', :action => 'list' %>