Sha256: 1f0b3e56f2daf91c4399156d43bda517b15df2bd93439969c016899008d0ed4e

Contents?: true

Size: 499 Bytes

Versions: 16

Compression:

Stored size: 499 Bytes

Contents

<div class="panel panel-default">
  <div class="panel-heading">
    <h3 class="panel-title">Nudges Initiated</h3>
  </div>

  <table id="nudges-initiated" class="table">
    <thead>
      <tr>
        <th>Sent At</th>
        <th>Sent To</th>
      </tr>
    </thead>
    <tbody>
      <% nudges.each do |nudge| %>
        <tr>
          <td><%= nudge.created_at.to_s(:standard) %></td>
          <td><%= nudge.recipient.study_id %></td>
        </tr>
      <% end %>
    </tbody>
  </table>
</div>

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/nudges/_initiator_nudges.html.erb
social_networking-0.13.2 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.13.1 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.13.0 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.12.0 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.11.8 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.11.7 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.11.6 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.11.5 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.11.4 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.11.3 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.11.2 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.11.1 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.11.0 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.10.0 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb
social_networking-0.9.3 app/views/social_networking/coach/patient_dashboards/tables/nudges/_initiator_nudges.html.erb