Sha256: 3c42fc7631f64cde8965106c8ed8dcc041308cdd3bb037cd76ae23d8412682f7

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

- include_stylesheet 'admin/people'
%h1 New Person
- form_for ['admin',@person] 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/new.html.haml
radiant-people-extension-1.0.0 app/views/admin/people/new.html.haml