Sha256: cd4739d82ba483af7dfa24d32dd21c4df40a0ba36b174a9d235179ca9cadc7b5

Contents?: true

Size: 573 Bytes

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
effective_learndash-0.1.4 app/views/admin/learndash_courses/_learndash_course.html.haml
effective_learndash-0.1.3 app/views/admin/learndash_courses/_learndash_course.html.haml
effective_learndash-0.1.2 app/views/admin/learndash_courses/_learndash_course.html.haml
effective_learndash-0.1.1 app/views/admin/learndash_courses/_learndash_course.html.haml
effective_learndash-0.1.0 app/views/admin/learndash_courses/_learndash_course.html.haml