Sha256: f2153a6f3ed2b1082b649570ef5fd55b1989f5447bd1c9420abf52aceee8c813
Contents?: true
Size: 324 Bytes
Versions: 2
Compression:
Stored size: 324 Bytes
Contents
--- | <div class="entry"> <h3><%= (from != :post) ? link_to(post.title, :post=>post) : post.title %></h3> <div class="meta"> Posted <%= post.publish_date %>, tagged: <%= tag_links(post).join(', ') %>. <%= haloscan :comments, post.slug %> </div> <div class="body"> <%= render :content=>post %> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bloggit-1.0.3 | test/fixtures/test.blog/themes/default/templates/snippets/blog_entry.rhtml |
bloggit-1.0.7 | test/fixtures/test.blog/themes/default/templates/snippets/blog_entry.rhtml |