Sha256: f4f755d33803b96a2db8bf470fa44d4aaa5def8f036619ae1823b2140ce5d094
Contents?: true
Size: 356 Bytes
Versions: 10
Compression:
Stored size: 356 Bytes
Contents
<h1>Listing posts</h1> <table> <thead> <tr> <th>Title</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <% @posts.each do |post| %> <tr> <td><%= post.title %></td> <%= voting_for post %> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Post', new_post_path %>
Version data entries
10 entries across 10 versions & 1 rubygems