Sha256: 6bc1d146771f2f24463325f898da58ab3f456c9291e0bfb3b73622d6e7e949ec
Contents?: true
Size: 340 Bytes
Versions: 9
Compression:
Stored size: 340 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
9 entries across 9 versions & 1 rubygems