<%= csrf_meta_tag %> <% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @bookings.each do |p_hire| %> <% end %>
<%= p_hire.hirer_name %> <%= p_hire.reason_for_hire %> <%= p_hire.hiring_person_number %> <%= p_hire.period %> <% if p_hire.passed %> Yes <% else %> No <% end %> View Delete
<%= content_tag(:div, paginate(@bookings), class: "pagination pagination-centered") %>