Sha256: 62288988b98b93e598f8f67951ab783e8eaa82a65dcc248e41f73600f92d4f7e
Contents?: true
Size: 726 Bytes
Versions: 11
Compression:
Stored size: 726 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} %> <% 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
11 entries across 11 versions & 1 rubygems