Sha256: f376575e2e72e9f534b0f06cabb637ec04bc8030fd9445219b64d5985a7dfbd6
Contents?: true
Size: 727 Bytes
Versions: 1
Compression:
Stored size: 727 Bytes
Contents
<li> <h2><%= link_to post.title, blog_post_url(post) %></h2> <p class='posted_at'> <%= t('blog.shared.posts.created_at', :when => post.created_at.strftime('%d %B %Y')) %> </p> <div clas='clearfix'> <%= truncate(post.body, :length => RefinerySetting.find_or_set(:blog_post_teaser_length, 250), :preserve_html_tags => true) %> </div> <p> <%= link_to t('blog.shared.posts.read_more'), blog_post_url(post) %> <span class='comment_count'> <% if post.comments.any? %> (<%= pluralize(post.comments.count, t('blog.shared.comments.singular')) %>) <% else %> (<%= t('blog.shared.comments.none') %>) <% end %> </span> </p> </li>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-blog-1.0.rc10 | app/views/blog/shared/_post.html.erb |