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 app/views/people/_list.html.haml
artfully_ose-1.2.0.beta.1 app/views/people/_list.html.haml
artfully_ose-1.2.0.alpha.2 app/views/people/_list.html.haml
artfully_ose-1.2.0.alpha.1 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.27 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.26 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.24 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.23 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.21 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.20 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.19 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.18 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.17 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.16 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.15 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.12 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.11 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.10 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.9 app/views/people/_list.html.haml
artfully_ose-1.2.0.pre.8 app/views/people/_list.html.haml