<%= HouseQecSharePerson.label %>

<%= view_table_open %> <%= view_table_head_open %> <%= view_table_row_open %> <%= view_table_head_cell_span 2 %> <%= view_table_head_cell HouseQecSharePerson.human_attribute_name(:house_qec_share_id) %> <%= view_table_head_cell HouseQecSharePerson.human_attribute_name(:person_id) %> <%= view_table_head_cell HouseQecSharePerson.human_attribute_name(:share) %> <%= view_table_row_close %> <%= view_table_head_close %> <%= view_table_body_open %> <% @house_qec_share_people.each do |house_qec_share_person| %> <%= view_table_row_open %> <% bg = nil %> <%= view_table_cell ( iconbutton_view house_qec_share_person, '') %> <%= view_table_cell ( iconbutton_edit edit_house_qec_share_person_path(house_qec_share_person), '') %> <%= view_table_cell ( link_to(house_qec_share_person.house_qec_share_id, house_qec_share_path(house_qec_share_person.house_qec_share_id)) ) %> <%= view_table_cell ( house_qec_share_person.person_id.present? ? link_to(house_qec_share_person.person.format_for_formselect, person_path(house_qec_share_person.person_id) ) : nil ) %> <%= view_table_cell ( house_qec_share_person.share ) %> <%= view_table_row_close %> <% end %> <%= view_table_body_close %> <%= view_table_close %>
<%= iconbutton_new new_house_qec_share_person_path %>