Sha256: d55802c81e5141228e811cfb2a080ce12842d84eee44e23822edc3a1176b42fe

Contents?: true

Size: 278 Bytes

Versions: 2

Compression:

Stored size: 278 Bytes

Contents

- in_section :people
- content_for :header do
  %h1="Editing #{@person.first_name} #{@person.last_name}"

.row
  .span6.offset3
    = render :partial => "shared/error_messages", :locals => { :target => @person }
    = render :partial => 'form', :locals => { :person => @person }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/people/edit.html.haml
artfully_ose-1.0.0.rc3 app/views/people/edit.html.haml