aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/refinery/blog/shared/_posts.html.erb
blob: a8064c4d1ab2ad3331f404e385ba87f5f182d40a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                     

                             
                                    
                           
                                                                          



             
<% 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 %>