Sha256: caca1b2228535505a2428fd7d5b13863422ec5024e06b126e053c362b4e58394

Contents?: true

Size: 1019 Bytes

Versions: 68

Compression:

Stored size: 1019 Bytes

Contents

<table class="table table-hover" id="<%= table_id %>">
  <thead>
  <tr>
    <th>Study Id</th>
    <th>Unread Messages</th>
    <% if @active_patients %>
      <th>Week in Treatment</th>
    <% else %>
      <th>Inactive Status</th>
    <% end %>
    <% if phq_features? && @active_patients%>
        <th>Most Recent PHQ9 Score</th>
        <th>Step to t-CBT?</th>
    <% end %>
    <th># of Logins</th>
    <th>Last Login</th>
    <% if phq_features? && @active_patients %>
        <th></th>
    <% end %>
    <% if @active_patients %>
        <th>End Date</th>
        <% if phq_features? %>
          <th></th>
        <% end %>
        <th></th>
    <% end %>
  </tr>
  </thead>
  <tbody>
  <% if @active_patients %>
    <%= render partial: "think_feel_do_engine/coach/patient_dashboards/active_patient", collection: patients, as: :patient %>
  <% else %>
    <%= render partial: "think_feel_do_engine/coach/patient_dashboards/inactive_patient", collection: patients, as: :patient %>
  <% end %>
  </tbody>
</table>

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/_not_stepped_table.html.erb
think_feel_do_engine-3.22.8 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.22.7 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.22.6 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.22.5 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.22.4 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.22.2 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.22.1 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.22.0 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.21.2 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.21.1 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.21.0 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.20.1 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.19.9 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.19.8 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.19.7 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.19.6 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.19.5 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.19.4 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb
think_feel_do_engine-3.19.3 app/views/think_feel_do_engine/coach/patient_dashboards/_not_stepped_table.html.erb