<% @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 <% if p_hire.passed %> "index") %>" class="btn btn-danger">Reject <% else %> "index") %>" class="btn btn-success">Accept <% end %>
Back <%= content_tag(:div, paginate(@bookings), class: "pagination pagination-centered") %>