Sha256: 5c14dfc0691cb58fab7a42404c744cfc8553d2dad781128de8689f89bd9194a2
Contents?: true
Size: 350 Bytes
Versions: 4
Compression:
Stored size: 350 Bytes
Contents
<% title("Posts") %> <h1>Posts</h1> <% @posts.each do |post| %> <div class="title-box"> <p> <%= link_to "#{post.title}", post_path(post.slug) %> <br/> <span><small><em><%= time_ago_in_words(post.updated_at) %> ago</em></small></span> </p> </div> <% end %> <div class="pagination-control text-center"> <%= paginate @posts %> </div>
Version data entries
4 entries across 4 versions & 3 rubygems