Sha256: d04c1910a2853ab0471e9036d580a816f4666bd6c776865b0d32ba160e435534
Contents?: true
Size: 193 Bytes
Versions: 2
Compression:
Stored size: 193 Bytes
Contents
<h1>Listing posts</h1> <table> <tr> <th>Title</th> <th></th> <th></th> <th></th> </tr> <% @posts.each do |post| %> <tr> <td><%= post.title %></td> </tr> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caliper-0.0.2 | spec/dummy/app/views/posts/index.html.erb |
caliper-0.0.1 | spec/dummy/app/views/posts/index.html.erb |