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

Version Path
effective_cpd-1.7.2 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.7.1 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.7.0 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.6.5 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.6.4 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.6.3 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.6.2 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.6.1 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.6.0 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.5.1 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.5.0 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.4.8 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.4.7 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.4.6 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.4.5 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.4.4 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.4.3 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.4.2 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.4.1 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml
effective_cpd-1.4.0 app/views/admin/cpd_cycles/_form_cpd_targets.html.haml