X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Frentable_policy%2Flist.rhtml;h=a5be4fbeb74e7393298cfbbf0817ca20fafb3911;hb=1be494d5a7fe0f5b4a662babd00037c07ec5e484;hp=b5a4833004b33ce3f8de66547f7d1fbc899f201b;hpb=9b264f25255cc0e7cca3169d99905f590c8be578;p=cs356-p2-videostore.git diff --git a/app/views/rentable_policy/list.rhtml b/app/views/rentable_policy/list.rhtml index b5a4833..a5be4fb 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 %>
@@ -23,5 +22,3 @@ <%= link_to 'Next page', { :page => @rentable_policy_pages.current.next } if @rentable_policy_pages.current.next %>
- -<%= link_to 'New rentable_policy', :action => 'new' %>