%= csrf_meta_tag %>
<%= 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 %> | <% if can_edit_or_delete?(p_hire.property) %> View <% if p_hire.passed %> "index") %>" class="btn btn-warning">Reject <% else %> "index") %>" class="btn btn-success">Accept <% end %> Delete <% end %> |