Sha256: 6782eabbf81e4e91d709b5d580c7b03bdc29bc5858266549ea4511aae8b67a32
Contents?: true
Size: 741 Bytes
Versions: 74
Compression:
Stored size: 741 Bytes
Contents
<article id="search-view" class=""> <%= render partial: 'partials/breadcrumb', locals: {breadcrumb: breadcrumb_draw } %> <h1>(<%= @posts.total_entries %>) <%= ct('search_msg')%> <%= params[:q] %></h1> <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, index: index} %> <% end %> </div> <%= content_tag("div", raw(ct('no_contents_found', default: 'No contents found')), class: "alert alert-warning") if @posts.empty? %> <%= will_paginate @posts, renderer: BootstrapPagination::Rails if @posts.present? %> </article>
Version data entries
74 entries across 74 versions & 2 rubygems