Sha256: fa37d908165e65fdecd39492e4f303e5aee8f6924d0e450c30de51b5c1d3f763

Contents?: true

Size: 1.32 KB

Versions: 16

Compression:

Stored size: 1.32 KB

Contents

<table id="<%= @participant.id %>-social-summary-totals" class="table table-hover">
  <thead>
    <tr>
      <th>Social Activity</th><th>Today</th><th>Last 7 Days</th><th>Totals</th>
    </tr>
  </thead>
  <tbody>
  <tr>
    <td><a href="#likesCollapse">Likes</a></td>
    <td><%= membership.likes.for_today.count %></td>
    <td><%= membership.likes.for_week.count %></td>
    <td><%= membership.likes.count %></td>
  </tr>
  <tr>
    <td><a href="#nudges-initiated">Nudges</a></td>
    <td><%= membership.nudges.for_today.count %></td>
    <td><%= membership.nudges.for_week.count %></td>
    <td><%= membership.nudges.count %></td>
  </tr>
  <tr>
    <td><a href="#commentsCollapse">Comments</a></td>
    <td><%= membership.comments.for_today.count %></td>
    <td><%= membership.comments.for_week.count %></td>
    <td><%= membership.comments.count %></td>
  </tr>
  <tr>
    <td><a href="#goalsCollapse">Goals</a></td>
    <td><%= membership.goals.for_today.count %></td>
    <td><%= membership.goals.for_week.count %></td>
    <td><%= membership.goals.count %></td>
  </tr>
  <tr>
    <td><a href="#on-my-mindCollapse">"On My Mind" Statements</a></td>
    <td><%= membership.on_the_minds.for_today.count %></td>
    <td><%= membership.on_the_minds.for_week.count %></td>
    <td><%= membership.on_the_minds.count %></td>
  </tr>
  </tbody>
</table>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
social_networking-0.13.3 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.13.2 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.13.1 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.13.0 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.12.0 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.11.8 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.11.7 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.11.6 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.11.5 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.11.4 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.11.3 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.11.2 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.11.1 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.11.0 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.10.0 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb
social_networking-0.9.3 app/views/social_networking/coach/patient_dashboards/tables/_social_summary_totals.html.erb