Visualizza <%= PersonNoteType.label(1) %>
<%= iconbutton_backtoindex person_note_types_path, "Vai all'elenco", @filter_params %>
<%= edit_table_open %>
<%= edit_table_row PersonNoteType.human_attribute_name(:descrizione),(@person_note_type.descrizione) %>
<%= edit_table_close %>
<%= show_record_info(@person_note_type) %>
<%= iconbutton_backtoindex person_note_types_path, "Vai all'elenco", @filter_params %>
<%= iconbutton_edit edit_person_note_type_path(@person_note_type) %>