Sha256: b25bfa80701bf107f7f0a45421dc4ecb7bd0868555f0635252f2a298b9e621f0

Contents?: true

Size: 495 Bytes

Versions: 10

Compression:

Stored size: 495 Bytes

Contents

<%= active_element.component.page_title record.model_name.to_s.titleize %>

<%= render_active_element_hook "#{controller_path}/before_edit", locals: { record: record } %>

<%= active_element.component.form model: [namespace, record].compact,
                                  destroy: active_element.state.deletable?,
                                  fields: active_element.state.editable_fields %>

<%= render_active_element_hook "#{controller_path}/after_edit", locals: { record: record } %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
active_element-0.0.31 app/views/active_element/default_views/edit.html.erb
active_element-0.0.30 app/views/active_element/default_views/edit.html.erb
active_element-0.0.29 app/views/active_element/default_views/edit.html.erb
active_element-0.0.28 app/views/active_element/default_views/edit.html.erb
active_element-0.0.27 app/views/active_element/default_views/edit.html.erb
active_element-0.0.26 app/views/active_element/default_views/edit.html.erb
active_element-0.0.24 app/views/active_element/default_views/edit.html.erb
active_element-0.0.23 app/views/active_element/default_views/edit.html.erb
active_element-0.0.22 app/views/active_element/default_views/edit.html.erb
active_element-0.0.21 app/views/active_element/default_views/edit.html.erb