Sha256: df833dafb9b8dd6f9cd928acbbb039e779fecaa77d1af97051ac0e505d911d69
Contents?: true
Size: 347 Bytes
Versions: 54
Compression:
Stored size: 347 Bytes
Contents
<h1>Posts</h1> <table> <thead> <tr> <th>Title</th> <th>Body</th> <th>Published</th> <th colspan="3"></th> </tr> </thead> <tbody> <% Post.all.each do |post| %> <tr> <td><%= post.title %></td> <td><%= post.body %></td> <td><%= post.published %></td> </tr> <% end %> </tbody> </table> <br>
Version data entries
54 entries across 27 versions & 1 rubygems