X-Git-Url: https://www.irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fcustomer%2Flist.rhtml;h=c9bce2b3cf2151838748e731865b9ad91d93b6e7;hb=bbf13350a73e14c5448f6fb0077126b7d92cdb48;hp=30ffdb604905fecff48f405156c4a5999bee702b;hpb=aafbf2bd36dcfa82f56d4586fa19a7d9a1f815e6;p=cs356-p2-videostore.git diff --git a/app/views/customer/list.rhtml b/app/views/customer/list.rhtml index 30ffdb6..c9bce2b 100644 --- a/app/views/customer/list.rhtml +++ b/app/views/customer/list.rhtml @@ -1,6 +1,6 @@ -

Listing customers

+

Listing Customers

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