X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Frentable_policy%2Flist.rhtml;fp=app%2Fviews%2Frentable_policy%2Flist.rhtml;h=c1c0e57118e94b3867a3c5a6442c0cffd5317fb0;hb=53634274872ef0ba36cbf94e23df4443ea5613d5;hp=b5a4833004b33ce3f8de66547f7d1fbc899f201b;hpb=4c53d252acdb264a54a220d29bfb7962f968e891;p=cs356-p2-videostore.git diff --git a/app/views/rentable_policy/list.rhtml b/app/views/rentable_policy/list.rhtml index b5a4833..c1c0e57 100644 --- a/app/views/rentable_policy/list.rhtml +++ b/app/views/rentable_policy/list.rhtml @@ -1,6 +1,6 @@ -

Listing rentable_policies

+

Rental Policies

- +
<% for column in RentablePolicy.content_columns %> @@ -12,9 +12,8 @@ <% for column in RentablePolicy.content_columns %> <% end %> - + - <% end %>
<%= column.human_name %><%=h rentable_policy.send(column.name) %><%= link_to 'Show', :action => 'show', :id => rentable_policy %><%= link_to 'View', :action => 'show', :id => rentable_policy %> <%= link_to 'Edit', :action => 'edit', :id => rentable_policy %><%= link_to 'Destroy', { :action => 'destroy', :id => rentable_policy }, :confirm => 'Are you sure?', :method => :post %>