Sha256: 29111552c581fcb694eab9b43e2b5f21be73009e8ff3498a8699fc50407e19d5
Contents?: true
Size: 821 Bytes
Versions: 5
Compression:
Stored size: 821 Bytes
Contents
= card('LearnDash') 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