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