Sha256: 31ded682d90f032e8fe28613a545435c745aaf7c2336860e4a67bec30950c7c0
Contents?: true
Size: 511 Bytes
Versions: 6
Compression:
Stored size: 511 Bytes
Contents
<%= form_tag mail_manager.unsubscribe_by_email_address_path do %> <% title "Unsubscribe" %> <p>Please enter your email address below to unsubscribe from all of our lists.</p> <table cellpadding="0" cellspacing="2" border="0"> <tr> <td><%= label_tag :email_address, 'Email Address: ' %></td> <td><%= text_field_tag :email_address %></td> </tr> <tr> <td colspan="2" align="right"><%= submit_tag 'Unsubscribe', :class => 'button' %><div class="buttonEnding"></div> </tr> <% end %> </table>
Version data entries
6 entries across 6 versions & 1 rubygems