Sha256: f6ed256e4c4caefe3444536002a873312f49189e17f6225de54753ecd66f05c9

Contents?: true

Size: 258 Bytes

Versions: 9

Compression:

Stored size: 258 Bytes

Contents

<% if @posts.many? %>
  <h2><%= t('.other') %></h2>
  <ul id="blog_posts">
    <% @posts.each do |blog_post| %>
      <li class='clearfix'>
        <%= link_to blog_post.title, refinery.blog_post_path(blog_post) %>
      </li>
    <% end %>
  </ul>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
refinerycms-blog-3.0.2 app/views/refinery/blog/shared/_posts.html.erb
refinerycms-blog-3.0.1 app/views/refinery/blog/shared/_posts.html.erb
refinerycms-blog-2.1.0 app/views/refinery/blog/shared/_posts.html.erb
refinerycms-blog-2.0.5 app/views/refinery/blog/shared/_posts.html.erb
refinerycms-blog-2.0.4 app/views/refinery/blog/shared/_posts.html.erb
refinerycms-blog-2.0.3 app/views/refinery/blog/shared/_posts.html.erb
refinerycms-blog-2.0.2 app/views/refinery/blog/shared/_posts.html.erb
refinerycms-blog-2.0.1 app/views/refinery/blog/shared/_posts.html.erb
refinerycms-blog-2.0.0 app/views/refinery/blog/shared/_posts.html.erb