Sha256: 600d625d78b4c02f48e4cade8659126b87825d41c23e4c095234a926ff071427

Contents?: true

Size: 260 Bytes

Versions: 11

Compression:

Stored size: 260 Bytes

Contents

- if households.empty?
  %p No results found.
- else
  %table.table.households-list
    - households.each do |household|
      %tr
        %td.name
          = link_to household.name, household
          %br
          == #{household.individuals.count} members

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/households/_list.html.haml
artfully_ose-1.3.0.pre3 app/views/households/_list.html.haml
artfully_ose-1.3.0.pre2 app/views/households/_list.html.haml
artfully_ose-1.3.0.pre1 app/views/households/_list.html.haml
artfully_ose-1.2.0 app/views/households/_list.html.haml
artfully_ose-1.2.0.beta.1 app/views/households/_list.html.haml
artfully_ose-1.2.0.alpha.2 app/views/households/_list.html.haml
artfully_ose-1.2.0.alpha.1 app/views/households/_list.html.haml
artfully_ose-1.2.0.pre.27 app/views/households/_list.html.haml
artfully_ose-1.2.0.pre.26 app/views/households/_list.html.haml
artfully_ose-1.2.0.pre.24 app/views/households/_list.html.haml