Sha256: 7822a1e8df9f99f32f285a85007b323142fde3e6255359747d7aa547348ac18b

Contents?: true

Size: 1.54 KB

Versions: 18

Compression:

Stored size: 1.54 KB

Contents

= effective_form_with(model: [:admin, learndash_course], engine: true) do |f|
  = f.static_field :title

  = f.static_field :learndash_course_url do
    = link_to(learndash_course.link, learndash_course.link, target: '_blank')

  = f.static_field :learndash_course_admin do
    = link_to "Learndash LMS Course Admin", EffectiveLearndash.learndash_url.chomp('/') + "/wp-admin/post.php?post=#{learndash_course.course_id}&action=edit", target: '_blank'

  - if f.object.persisted? || f.object.errors.include?(:slug)
    - current_url = (effective_learndash.learndash_course_url(f.object) rescue nil)
    = f.text_field :slug, hint: "The slug controls this course's internet address. Be careful, changing the slug will break links that other websites may have to the old address.<br>#{('This course is currently reachable via ' + link_to(current_url.gsub(f.object.slug, '<strong>' + f.object.slug + '</strong>').html_safe, current_url)) if current_url }".html_safe

  = f.check_box :can_register, label: 'Yes, this course is displayed and available for registration'

  = f.show_if :can_register, true do
    = card('Pricing Information') do
      %p.text-muted
        Charge the following amounts during course registration. Enter $0 for free.

      .row
        .col-lg-3= f.price_field :regular_price, label: 'Price to applicants or new users'

      .row
        .col-lg-3= f.price_field :member_price, label: 'Price to existing members'

      = f.check_box :tax_exempt

      .row
        .col-lg-3= f.text_field :qb_item_name, label: "Quickbooks Item Name"

  = f.submit

Version data entries

18 entries across 18 versions & 1 rubygems

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