Sha256: 483778d060c8891c4f9184eed5494de44378fadec75134a1a5d1d174e4a9f915
Contents?: true
Size: 792 Bytes
Versions: 13
Compression:
Stored size: 792 Bytes
Contents
<table class="highlight"> <thead> <tr> <th data-field="id"><%= t('jera_push.admin.devices.attributes.id') %></th> <th data-field="token"><%= t('jera_push.admin.devices.attributes.token') %></th> <th data-field="platform"><%= t('jera_push.admin.devices.attributes.platform') %></th> <th data-field="resource"><%= t('jera_push.admin.devices.attributes.resource') %></th> </tr> </thead> <tbody> <% devices.each do |device| %> <tr> <td><%= device.id %></td> <td><%= device.token.truncate(50) %></td> <td><%= device.platform %></td> <td> <% resource_extras(device).each do |attribute| %> <div><%= attribute %></div> <% end %> </td> </tr> <% end %> </tbody> </table>
Version data entries
13 entries across 13 versions & 1 rubygems