Sha256: 61a8689fc2fd0715e45f0025444a5866551dcee0a0a03daf27005f84c8396492

Contents?: true

Size: 341 Bytes

Versions: 18

Compression:

Stored size: 341 Bytes

Contents

= card do
  .row
    .col-sm
      %h5.card-title= course_registration.wizard_step_title(:course)
    .col-sm-auto.text-right
      = link_to('Edit', wizard_path(:course)) if edit_effective_wizard?

  - datatable = EffectiveCourseRegistrantsDatatable.new(course_registration: course_registration)
  .mb-4= render_simple_datatable(datatable)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
effective_learndash-0.6.1 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.6.0 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.5.2 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.5.1 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.5.0 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.4.0 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.3.3 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.3.2 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.3.1 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.3.0 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.2.1 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.2.0 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.1.9 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.1.8 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.1.7 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.1.6 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.1.5 app/views/effective/course_registrations/_course.html.haml
effective_learndash-0.1.4 app/views/effective/course_registrations/_course.html.haml