Sha256: 862cf91f5ada1ec72156920c4b6ccf642b88594522ae03004a55b8b5f6c2cb50

Contents?: true

Size: 549 Bytes

Versions: 10

Compression:

Stored size: 549 Bytes

Contents

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

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

<%= active_element.component.table item: record,
                                   edit: active_element.state.editable?,
                                   destroy: active_element.state.deletable?,
                                   fields: active_element.state.viewable_fields %>

<%= render_active_element_hook "#{controller_path}/after_show", 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/show.html.erb
active_element-0.0.30 app/views/active_element/default_views/show.html.erb
active_element-0.0.29 app/views/active_element/default_views/show.html.erb
active_element-0.0.28 app/views/active_element/default_views/show.html.erb
active_element-0.0.27 app/views/active_element/default_views/show.html.erb
active_element-0.0.26 app/views/active_element/default_views/show.html.erb
active_element-0.0.24 app/views/active_element/default_views/show.html.erb
active_element-0.0.23 app/views/active_element/default_views/show.html.erb
active_element-0.0.22 app/views/active_element/default_views/show.html.erb
active_element-0.0.21 app/views/active_element/default_views/show.html.erb