Sha256: 89cc27f8257a54e2914468a2390878a3251853b30de60a9c3575119ef06fc804

Contents?: true

Size: 477 Bytes

Versions: 3

Compression:

Stored size: 477 Bytes

Contents

.media.person-preview.well{:id => dom_id(person)}
  .preview-picture.pull-left
    - if person.preview_picture.present?
      = image_tag(person.preview_picture_image_url(:medium_thumb))
    - else
      .preview-picture-placeholder.well
        ☺
  .media-heading
  .person-description
    = person.description.to_html.html_safe if person.description.present?
  .person-positions
    = render 'person_positions_table', person: person if person.person_positions.present?

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecm_staff2-0.0.3 app/views/ecm/staff/people/_person.haml
ecm_staff2-0.0.2 app/views/ecm/staff/people/_person.haml
ecm_staff2-0.0.1 app/views/ecm/staff/people/_person.haml