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