Sha256: f662a7ef43dad4dcb60b7564359308799ed9cf6aba2bd6234d9bb33073e96163

Contents?: true

Size: 1.48 KB

Versions: 68

Compression:

Stored size: 1.48 KB

Contents

<div class="panel panel-default cdb_panel" id="lessons-container">
  <div class="panel-heading">
    <h3 class="panel-title adjusted-panel-title">
      <a data-toggle="collapse" data-parent="#accordion" href="#lessonsCollapse">
        Lessons
      </a>
    </h3>
  </div>

  <div id="lessonsCollapse" class="panel-collapse collapse in">
    <div class="panel-body">
      <div class="table-responsive div-table-viz">
        <table class="table table-hover data-table" id="learning_data">
          <thead>
          <tr>
            <th class="not-displayed"></th>
            <th class="not-displayed"></th>
            <th>Lesson Title</th>
            <th>Lesson Page</th>
            <th>Lesson Selected At</th>
            <th>Last Page Number Opened</th>
            <th>Last Page Opened At</th>
            <th>Duration</th>
          </tr>
          </thead>
          <tbody>
          <%= render partial: "think_feel_do_engine/learn/completion_data", collection: @lesson_events, as: :lesson_event %>
          </tbody>
        </table>
      </div>
    </div>
  </div>
</div>

<script type="text/javascript">
  $(function() {
    return $('#learning_data').dataTable({
      order: [[0, 'desc']],
      columnDefs: [
        {
          targets: [0],
          visible: false
        },{
          targets: [1],
          visible: false
        },{
          targets: [4],
          orderData: [0]
        },{
          targets: [6],
          orderData: [1]
        }
      ],
    });
  });
</script>

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
think_feel_do_engine-3.22.9 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.22.8 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.22.7 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.22.6 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.22.5 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.22.4 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.22.2 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.22.1 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.22.0 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.21.2 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.21.1 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.21.0 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.20.1 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.19.9 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.19.8 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.19.7 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.19.6 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.19.5 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.19.4 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb
think_feel_do_engine-3.19.3 app/views/think_feel_do_engine/coach/patient_dashboards/tables/_lessons_table.html.erb