Sha256: 4c4770920c9ba1ab18806666146ae23f754c5f1fb104854c1454aaeda5e7e843
Contents?: true
Size: 316 Bytes
Versions: 4
Compression:
Stored size: 316 Bytes
Contents
<% title "Import contacts" %> <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
4 entries across 4 versions & 1 rubygems