Sha256: 5611c5850afc1747f3673f1f905f1827d0e67c1e07d53bcfb6839aee8a55f030

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

<p><%= link_to "New List", new_campagne_campagne_list_path %></p>

<table>
  <tr>
    <th>Name</th>
  </tr>
  <% for list in @lists %>
    <tr>
      <td><%= list.name %></td>
      <td><%= link_to "Import", import_campagne_campagne_list_path(list) %></td>
      <td><%= link_to "Show", list %></td>
    </tr>
  <% end %>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
campagne-0.2.2 app/views/campagne/campagne_lists/index.html.erb
campagne-0.2.0 app/views/campagne/campagne_lists/index.html.erb