<%= PersonAmountType.label %>

<%= view_table_open %> <%= view_table_head_open %> <%= view_table_row_open %> <%= view_table_head_cell_span 2 %> <%= view_table_head_cell PersonAmountType.human_attribute_name(:descrizione) %> <%= view_table_row_close %> <%= view_table_head_close %> <%= view_table_body_open %> <% @person_amount_types.each do |person_amount_type| %> <%= view_table_row_open %> <%= view_table_cell ( iconbutton_view person_amount_type, '') %> <%= view_table_cell ( iconbutton_edit edit_person_amount_type_path(person_amount_type), '') %> <%#= view_table_cell ( iconbutton_delete person_amount_type, '') %> <%= view_table_cell ( person_amount_type.descrizione) %> <%= view_table_row_close %> <% end %> <%= view_table_body_close %> <%= view_table_close %>
<%= iconbutton_new new_person_amount_type_path, "Inserisci #{PersonAmountType.label(1)}" %>