Sha256: a030174ad6e9e3ba3c2d145773f45a30343c27c5be24e4adb244affc7dba94f7
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 Bytes
Contents
<table class="table"> <thead> <tr> <th><%= Ecm::Staff::PersonPosition.human_attribute_name(:position) %></th> <th><%= Ecm::Staff::PersonPosition.human_attribute_name(:begin_at) %></th> <th><%= Ecm::Staff::PersonPosition.human_attribute_name(:end_at) %></th> </tr> </thead> <tbody> <% person.person_positions.each do |person_position| %> <%= render 'ecm/staff/person_positions/person_position_as_table_row', :person_position => person_position %> <% end %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ecm_staff-0.0.2.pre | app/views/ecm/staff/people/_person_positions_table.html.erb |
ecm_staff-0.0.1.pre | app/views/ecm/staff/people/_person_positions_table.html.erb |