Sha256: 1438f94d4c285d90344743c0307f39a8780e7d67f386ff46405d105b860ddaf0

Contents?: true

Size: 411 Bytes

Versions: 7

Compression:

Stored size: 411 Bytes

Contents

- in_section :households
- content_for :title do
  New Household
- content_for :header do
  %h1 Create a New Household

- content_for :custom_js do
  = javascript_include_tag "households"

.row{"ng-controller" => "NewHouseholdCtrl"}
  .span6.offset3
    = render :partial => "shared/error_messages", :locals => { :target => @household }
    = render :partial => 'form', :locals => { :household => @household }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/households/new.html.haml
artfully_ose-1.2.0.beta.1 app/views/households/new.html.haml
artfully_ose-1.2.0.alpha.2 app/views/households/new.html.haml
artfully_ose-1.2.0.alpha.1 app/views/households/new.html.haml
artfully_ose-1.2.0.pre.27 app/views/households/new.html.haml
artfully_ose-1.2.0.pre.26 app/views/households/new.html.haml
artfully_ose-1.2.0.pre.24 app/views/households/new.html.haml