Sha256: b1c35abb31743a5a0d62284f1b15fd84792541efa16156afd2e18c6ff13a00d7
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
<h2><%= @list.name %></h2> <%= form_tag import_campagne_campagne_list_path(@list) do %> <p> <%= text_area_tag 'emails', nil, :style => 'width:600px;height:400px' %> </p> <p><%= submit_tag 'Import' %></p> <% end %> <p><%= link_to "Back", campagne_campagne_lists_path %></p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
campagne-0.2.2 | app/views/campagne/campagne_lists/import.html.erb |
campagne-0.2.0 | app/views/campagne/campagne_lists/import.html.erb |