Sha256: cc1651d9be90e06cf9b5f7febaabc22d5fd250e58872d30f0b008f598489f74b
Contents?: true
Size: 341 Bytes
Versions: 8
Compression:
Stored size: 341 Bytes
Contents
<title>Posts</title> <body> <h1>All the Posts:</h1> <% for post in @posts %> <h2><%=h post.title %></h2> <p><%=h post.body %></p> <% end %> <hr> <h1>New Post:</h1> <form method=post> Title: <input type=text name=title><br> Content: <textarea name=content></textarea><br> <input type=submit> </form> </body>
Version data entries
8 entries across 8 versions & 1 rubygems