Sha256: f3657df5fbeb4791969d9c5f5fb57b7812c796d9b8422c55c835a1b5ca9e55ca
Contents?: true
Size: 372 Bytes
Versions: 107
Compression:
Stored size: 372 Bytes
Contents
<html> <body> <h1>New topic</h1> <form action="<%= url_for(:action => "create_topic") %>" method="post"> <p> Title:<br> <input type="text" name="topic[title]"> </p> <p> Body:<br> <textarea name="topic[body]" style="width: 200px; height: 200px"></textarea> </p> <p> <input type="submit" value="Create topic"> </p> </form> </body> </html>
Version data entries
107 entries across 107 versions & 6 rubygems