Sha256: c0d94524aa46406dba215f384ff0ee84afcca2a0e50d2eb1391a17d968c3417c

Contents?: true

Size: 480 Bytes

Versions: 16

Compression:

Stored size: 480 Bytes

Contents

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

  <table class="table">
    <thead>
      <tr>
        <th>Received At</th>
        <th>Sent By</th>
      </tr>
    </thead>
    <tbody>
      <% nudges.each do |nudge| %>
        <tr>
          <td><%= nudge.created_at.to_s(:standard) %></td>
          <td><%= nudge.initiator.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/_recipient_nudges.html.erb
social_networking-0.13.2 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.13.1 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.13.0 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.12.0 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.11.8 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.11.7 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.11.6 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.11.5 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.11.4 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.11.3 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.11.2 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.11.1 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.11.0 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.10.0 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb
social_networking-0.9.3 app/views/social_networking/coach/patient_dashboards/tables/nudges/_recipient_nudges.html.erb