Sha256: 1c83a66e9306add130a1f4d7fd6f17f2bd12af8202db86c1badc43765dc5a5b9
Contents?: true
Size: 541 Bytes
Versions: 12
Compression:
Stored size: 541 Bytes
Contents
<h1>Blog - Posts tagged with <i><%= params[:id].titleize %></i></h1> <div class="span8"> <% @posts.each do |post| %> <div class="article post"> <h2><%= post.title %></h2> <% if post.published_at %> <p class="published_on"><%= post.published_at.to_date.to_formatted_s(:long_ordinal) %></p> <% end %> <p class="post_content"><%= post.body.html_safe if !post.body.blank? %></p> <p class="read_more"><%= link_to 'read more', post %></p> </div> <% end %> </div> <%= render :partial => 'wafflemix/posts/sidebar' %>
Version data entries
12 entries across 6 versions & 1 rubygems