Sha256: 7c8d6990b27fa34c13a573433928702697fb9e49bf86c25c7248213d2c307fc8
Contents?: true
Size: 750 Bytes
Versions: 20
Compression:
Stored size: 750 Bytes
Contents
= effective_form_with(model: [:admin, cpd_cycle], engine: true) do |f| %p The minimum number of #{cpd_credits_label} to submit a #{cpd_statement_label} in this #{cpd_cycle_label} is configured per user. %p Visit a user page to better view their specific #{cpd_credits_label} requirements. %p By default, the following behaviour will be applied to #{cpd_statements_label}: .row .col-lg-6 = f.select :required_to_submit, Effective::CpdTarget::REQUIRED_TO_SUBMIT = f.save %hr .mt-4 %p The ability to submit a #{cpd_statement_label} in this #{cpd_cycle_label} has been individualized for the following: - datatable = Admin::EffectiveCpdTargetsDatatable.new(cpd_cycle: cpd_cycle) = render_datatable(datatable, inline: true)
Version data entries
20 entries across 20 versions & 1 rubygems