Sha256: 23920cce356cccdd717fb1f878674ed644ceec56899fa9cc1ff10c3957345389

Contents?: true

Size: 324 Bytes

Versions: 31

Compression:

Stored size: 324 Bytes

Contents

- if people.empty?
  %p No results found.
- else
  %table.table.people-list
    - people.each do |person|
      %tr
        %td.name
          = link_to_person person
          %br
          = person.email
        %td.tags
          = render :partial => 'shared/tags_uneditable', :locals => { :tag_list => person.tag_list }

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.7 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.6 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.5 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.4 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.3 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.2 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.1 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre app/views/people/_list.html.haml
artfully_ose-1.1.0 app/views/people/_list.html.haml
artfully_ose-1.1.0.rc2 app/views/people/_list.html.haml
artfully_ose-1.1.0.rc1 app/views/people/_list.html.haml