Sha256: 537de7456df9f3750608f3b3cf28e613b7afc940878ccd22b53dbd4145a3a817
Contents?: true
Size: 188 Bytes
Versions: 1
Compression:
Stored size: 188 Bytes
Contents
<html> <head> <title>New Post</title> </head> <body> <p><%= params.inspect%></p> <% @posts.each do |p| %> <h2><%= p.title %></h2> <p><%= p.body %></p> <% end %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
merb-0.0.3 | examples/sample_app/app/views/posts/list.rhtml |