Sha256: df498cdf6404941bf44f44b58ef0d958d940318351df4191b5e33b587d8bacfd
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
<% title "List" %> <p> <strong>Name:</strong> <%= @list.name %> </p> <p> <strong>Emails:</strong><br /> <% @list.campagne_contacts.each do |contact| %> <%= contact.email %><br /> <% end %> </p> <p> <%= link_to "View All", campagne_campagne_lists_path %> </p>
Version data entries
4 entries across 4 versions & 1 rubygems