Sha256: 1ac31b5ba116d34d6af9a7a84d0f4e2dd6c8b43d388defa64cd2e1459a9109f2
Contents?: true
Size: 826 Bytes
Versions: 5
Compression:
Stored size: 826 Bytes
Contents
= card('Learndash User') do %p = link_to(learndash_user.owner, "/admin/users/#{learndash_user.owner.to_param}/edit") has an existing account on Learndash. %ul %li Email: #{learndash_user.email} %li Username: #{learndash_user.username} %li Password: #{learndash_user.password} %p= link_to "Learndash LMS User Admin", EffectiveLearndash.learndash_url.chomp('/') + "/wp-admin/user-edit.php?user_id=#{learndash_user.user_id}", target: '_blank' %p %small Last refreshed #{time_ago_in_words(learndash_user.last_synced_at)} ago. %h3 Learndash Course Enrollments %p Click the New button from the below table to manually enroll this user into a new course. - datatable = Admin::EffectiveLearndashEnrollmentsDatatable.new(learndash_user: learndash_user) = render_datatable(datatable, inline: true)
Version data entries
5 entries across 5 versions & 1 rubygems