Sha256: 61dc0923bce8ce65a1521e70e08a404148f140811b68637e069a43ce0763091a

Contents?: true

Size: 304 Bytes

Versions: 5

Compression:

Stored size: 304 Bytes

Contents

- in_section :dashboard
- content_for :header do
  %h1 Edit Organization

= render "shared/error_messages", :target => @organization
= form_for @organization do |form|
  = render :partial => 'organizations/form', :locals => { :form => form }
  = form.submit "Save", :class => 'btn btn-primary disablable'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.4 app/views/organizations/edit.html.haml
artfully_ose-1.2.0.pre.3 app/views/organizations/edit.html.haml
artfully_ose-1.2.0.pre.2 app/views/organizations/edit.html.haml
artfully_ose-1.2.0.pre.1 app/views/organizations/edit.html.haml
artfully_ose-1.2.0.pre app/views/organizations/edit.html.haml