Sha256: 437dff431667fe3bfb436bec3026175e6d7764b48b5e53831531ec608cdebbbf

Contents?: true

Size: 368 Bytes

Versions: 11

Compression:

Stored size: 368 Bytes

Contents

- in_section :households
- content_for :title do
  Households
- content_for :header do
  %h1 Households

.row
  .span8.super-search-results
    - if @households.empty?
       
    -else
      = render :partial => 'list', :locals => { :households => @households } unless @households.empty?
      = will_paginate @households, :inner_window => 2, :outer_window => 0

Version data entries

11 entries across 11 versions & 1 rubygems

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