Sha256: 4bdf9d2f88e6ed951ee6e299f30e19e313357321b357396f29d260ab488a055b
Contents?: true
Size: 770 Bytes
Versions: 31
Compression:
Stored size: 770 Bytes
Contents
<article id="tag-view" class="tag_<%= @post_tag.slug %>"> <%= render partial: 'partials/breadcrumb', locals: {breadcrumb: @post_tag.the_breadcrumb } %> <h1><%= @post_tag.the_title %></h1> <div class="content"> <%= raw @post_tag.the_content %> </div><br><br> <div class="row"> <% @posts.each_with_index do |post, index| %> <%= raw "<div class='clearfix'></div>" if index%3 == 0 && index > 0 %> <%= render partial: 'partials/post_list_item', locals: {post: post.decorate} %> <% end %> </div> <%= content_tag("div", raw(ct('no_contents_found')), class: "alert alert-warning") if @posts.empty? %> <%= will_paginate @posts, renderer: BootstrapPagination::Rails if @posts.present? %> </article>
Version data entries
31 entries across 31 versions & 1 rubygems