Sha256: edc40bfcc27a54378dc6382d01c63b1bde0071370a7d5c4d77946a18efa344e8
Contents?: true
Size: 260 Bytes
Versions: 4
Compression:
Stored size: 260 Bytes
Contents
<h1><%= @posts.count %> posts</h1> <table class="table"> <% @posts.each do |post| %> <tr> <td><a href="<%= url("/posts/#{post.id}") %>"><%= post.id %></a></td> <td><%= post.path %></td> <td><%= post.created_at %></td> </tr> <% end %> </table>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cachai-0.2.8 | lib/views/posts.erb |
cachai-0.2.7 | lib/views/posts.erb |
cachai-0.2.6 | lib/views/posts.erb |
cachai-0.2.5 | lib/views/posts.erb |