Sha256: 3177887b4ddc6958efba937d15fcfcc26cd4bdeabcc6d1526ae1537546343664

Contents?: true

Size: 391 Bytes

Versions: 2

Compression:

Stored size: 391 Bytes

Contents

%h1= @person.full_name
- form_for ['admin',@person], :method => :put do |f|
  .form-area
    - @person_form = f
    - render_region :person_info do |person_info|
      = render 'form', :f => f
  %p.buttons
    - render_region :buttons do |buttons|
      = save_model_button(@person)
      = save_model_and_continue_editing_button(@person)
      or
      = link_to 'Cancel', admin_people_path

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
radiant-people-extension-1.1.0 app/views/admin/people/edit.html.haml
radiant-people-extension-1.0.0 app/views/admin/people/edit.html.haml