Sha256: 39f5c0d5f03a02ac8edefb43d7c67804c98997a49e73167994b5eefa5b8b472c

Contents?: true

Size: 409 Bytes

Versions: 10

Compression:

Stored size: 409 Bytes

Contents

%table.table
  %thead
    %tr
      %th= Ecm::Staff::PersonPosition.human_attribute_name(:position)
      %th= Ecm::Staff::PersonPosition.human_attribute_name(:begin_at)
      %th= Ecm::Staff::PersonPosition.human_attribute_name(:end_at)
  %tbody
    - person.person_positions.each do |person_position|
      = render 'ecm/staff/person_positions/person_position_as_table_row', person_position: person_position

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ecm_staff2-3.1.1 app/views/ecm/staff/people/_person_positions_table.haml
ecm_staff2-3.1.0 app/views/ecm/staff/people/_person_positions_table.haml
ecm_staff2-3.0.2 app/views/ecm/staff/people/_person_positions_table.haml
ecm_staff2-3.0.1 app/views/ecm/staff/people/_person_positions_table.haml
ecm_staff2-3.0.0 app/views/ecm/staff/people/_person_positions_table.haml
ecm_staff2-2.0.0 app/views/ecm/staff/people/_person_positions_table.haml
ecm_staff2-1.0.0 app/views/ecm/staff/people/_person_positions_table.haml
ecm_staff2-0.0.3 app/views/ecm/staff/people/_person_positions_table.haml
ecm_staff2-0.0.2 app/views/ecm/staff/people/_person_positions_table.haml
ecm_staff2-0.0.1 app/views/ecm/staff/people/_person_positions_table.haml