Sha256: dee1dad184d438543d3bb3fde30242e1f9c95ee874af3ec24ef06382f475dda3
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
<html> <body> BLOG <%=tspace.to_s%> <%=params.inspect%> <br> <% entries.each{|entry| %> <h3><%=entry.title%></h3> <p><%=entry.body%></p> <% } %> <br> <form method='POST' action='/blog/add'> <input type='text' name='title' /> <br> <textarea name='body'></textarea> <br> <input type='submit'> </form> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | apps/blog/views/index.rhtml |