Sha256: 7f8f1e31ad479cc4e25c08857e79406a29b554384b848b1f6dca9b3782f2d7a3

Contents?: true

Size: 849 Bytes

Versions: 6

Compression:

Stored size: 849 Bytes

Contents

<table class="highlight bordered">
  <thead>
    <tr>
      <th data-field="id"><%= t('jera_push.admin.devices.attributes.id') %></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>
      <th data-field="token"><%= t('jera_push.admin.devices.attributes.token') %></th>
    </tr>
  </thead>
  <tbody>
    <% devices.each do |device| %>
      <tr>
        <td class="col s2"><%= device.id %></td>
        <td class="col s2"><%= device.platform %></td>
        <td class="col s2">
          <% resource_extras(device).each do |attribute| %>
            <div><%= attribute %></div>
          <% end %>
        </td>
        <td class="col s2"><%= device.token %></td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jera_push-2.1.4 app/views/jera_push/admin/devices/_list.html.erb
jera_push-2.1.3 app/views/jera_push/admin/devices/_list.html.erb
jera_push-2.1.2 app/views/jera_push/admin/devices/_list.html.erb
jera_push-2.0.0 app/views/jera_push/admin/devices/_list.html.erb
jera_push-1.2.4 app/views/jera_push/admin/devices/_list.html.erb
jera_push-1.2.3 app/views/jera_push/admin/devices/_list.html.erb