Sha256: 4da5c81fd671c24a480e92c56e0f18900f81528c82bc9f37f0711501474531cf

Contents?: true

Size: 352 Bytes

Versions: 4

Compression:

Stored size: 352 Bytes

Contents

<% title "Lists" %>

<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

4 entries across 4 versions & 1 rubygems

Version Path
campagne-0.1.2 app/views/campagne/campagne_lists/index.html.erb
campagne-0.1.1 app/views/campagne/campagne_lists/index.html.erb
campagne-0.1.0 app/views/campagne/campagne_lists/index.html.erb
campagne-0.0.2 app/views/campagne/campagne_lists/index.html.erb