Sha256: 7fa5685f865aa29ffc9a541e58c7bfa64c8453843f29662eef923f02ccc6274d

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

- person ||= suggested

%li.person
  = link_to person.formal_name, person_url(person), :data => {:action => "popup"}
  %span.note
    - if person.phone? || person.email?
      - if person.phone?
        = person.phone
      - if person.phone? && person.email?
        %br
      - if person.email?
        = mail_to person.email
    - else
      = t :contact_information_unavailable

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/people/_suggested.html.haml
droom-0.4.2 app/views/droom/people/_suggested.html.haml
droom-0.4.1 app/views/droom/people/_suggested.html.haml