Sha256: 2b52336af5400dc1eb353a3461f775d2a24e6d9d98d98c4e82da6eaa7ddc5513
Contents?: true
Size: 395 Bytes
Versions: 22
Compression:
Stored size: 395 Bytes
Contents
<h1>Send a Recap Email</h1> <h3><%=@pool.name%></h3> <form action="<%=url_for :action => 'recap'%>" method="POST"> <table border="0"> <tr> <td>Subject</td> <td><%= text_field_tag 'subject', '', :size => 50%></td> </tr> <tr> <td>Body</td> <td><%= text_area_tag 'content', '', :rows => 15, :cols => 70%></td> </tr> </table> <%= token_tag %> <input type="submit" value="Send" name="Send"/> </form>
Version data entries
22 entries across 22 versions & 1 rubygems