Sha256: e6a69422552b18bbedcc1bbcc1d3942ec8426955006965e900d4e78182fd8d26
Contents?: true
Size: 684 Bytes
Versions: 10
Compression:
Stored size: 684 Bytes
Contents
= tabs do = tab(et(classified)) do = render 'admin/classifieds/form_classified', classified: classified - if classified.persisted? = tab 'Access' do = render '/admin/classifieds/form_access', classified: classified - if classified.classified_wizard.present? = tab 'Orders' do %h2 Orders - datatable = Admin::EffectiveOrdersDatatable.new(parent: classified.classified_wizard, owner: classified.owner, user: classified.owner, total: false) = render_datatable(datatable, simple: true) - if classified.respond_to?(:log_changes_datatable) = tab 'Logs' do = render_inline_datatable(classified.log_changes_datatable)
Version data entries
10 entries across 10 versions & 1 rubygems