Sha256: cc23ec13a9fcfc40cd3438cd1c16df6ec83fed465ad4b01e6803f6b6521996ee
Contents?: true
Size: 573 Bytes
Versions: 17
Compression:
Stored size: 573 Bytes
Contents
= card('LearnDash Course') do %p= learndash_course.title %p= link_to(learndash_course.link, learndash_course.link, target: '_blank') %p= link_to "LearnDash LMS Course Admin", EffectiveLearndash.learndash_url.chomp('/') + "/wp-admin/post.php?post=#{learndash_course.course_id}}&action=edit", target: '_blank' %h3 LearnDash User Enrollments %p Click the New button from the below table to enroll a user into this course. - datatable = Admin::EffectiveLearndashEnrollmentsDatatable.new(learndash_course: learndash_course) = render_datatable(datatable, inline: true)
Version data entries
17 entries across 17 versions & 1 rubygems