Sha256: 47c9b0d36e310996ac988936a055e9d995db56f385687e633f2edb08e40d0f62

Contents?: true

Size: 1008 Bytes

Versions: 15

Compression:

Stored size: 1008 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Listing Placements</h1>

<table>
  <thead>
    <tr>
      <th>Epom</th>
      <th>Zone</th>
      <th>Placement type</th>
      <th>Name</th>
      <th>Ad unit</th>
      <th>Size height</th>
      <th>Size width</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @placements.each do |placement| %>
      <tr>
        <td><%= placement.epom_id %></td>
        <td><%= placement.zone_id %></td>
        <td><%= placement.placement_type %></td>
        <td><%= placement.name %></td>
        <td><%= placement.ad_unit_id %></td>
        <td><%= placement.size_height %></td>
        <td><%= placement.size_width %></td>
        <td><%= link_to 'Show', placement %></td>
        <td><%= link_to 'Edit', edit_placement_path(placement) %></td>
        <td><%= link_to 'Destroy', placement, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Placement', new_placement_path %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
epom_rails-1.4.4 test/dummy/app/views/placements/index.html.erb
epom_rails-1.4.2 test/dummy/app/views/placements/index.html.erb
epom_rails-1.4.1 test/dummy/app/views/placements/index.html.erb
epom_rails-1.4.0 test/dummy/app/views/placements/index.html.erb
epom_rails-1.3.6 test/dummy/app/views/placements/index.html.erb
epom_rails-1.3.5 test/dummy/app/views/placements/index.html.erb
epom_rails-1.3.2 test/dummy/app/views/placements/index.html.erb
epom_rails-1.0.0 test/dummy/app/views/placements/index.html.erb
epom_rails-0.4.9 test/dummy/app/views/placements/index.html.erb
epom_rails-0.4.8 test/dummy/app/views/placements/index.html.erb
epom_rails-0.4.7 test/dummy/app/views/placements/index.html.erb
epom_rails-0.4.6 test/dummy/app/views/placements/index.html.erb
epom_rails-0.4.5 test/dummy/app/views/placements/index.html.erb
epom_rails-0.4.2 test/dummy/app/views/placements/index.html.erb
epom_rails-0.4.1 test/dummy/app/views/placements/index.html.erb