Sha256: e54267d1df5bd1b72bc62a43a65dc58b65a5d1f803ada23b52072ea872cd17d5

Contents?: true

Size: 581 Bytes

Versions: 3

Compression:

Stored size: 581 Bytes

Contents

- person ||= listing

%li.person{:id => "list_person_#{person.id}", :data => {:refreshable => true, :url => droom.edit_person_path(person, :format => :js)} }
  %span.name
    = link_to person.formal_name, person_url(person), :data => {:action => "popup"}
    = action_menulink(person)
  = action_menu(person)

  %br
  %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/_listing.html.haml
droom-0.4.2 app/views/droom/people/_listing.html.haml
droom-0.4.1 app/views/droom/people/_listing.html.haml