Sha256: c2135b25440c5341939226c74fe7e7b5d887b9746910311e400cdcd955c852c3
Contents?: true
Size: 892 Bytes
Versions: 12
Compression:
Stored size: 892 Bytes
Contents
<% set_html_page_title @search.title %> <% render partial: 'tophat' %> <div class="col-md-12"> <%= exhibit_edit_link @search, class: 'edit-button pull-right btn btn-primary' if can? :edit, @search %> <% if resource_masthead? %> <% content_for :masthead do %> <%= render 'search_title', search: @search %> <% end %> <% else %> <h1><%= render 'search_title', search: @search %></h1> <% end %> <% if @search.long_description.present? %> <p class="long-description-text"><%= @search.long_description %></p> <% end %> </div> <div class="col-md-12"> <%= render 'sort_and_per_page' %> <% if @search.default_index_view_type && params[:view].blank? %> <%= render_document_index_with_view(@search.default_index_view_type, @document_list) %> <% else %> <%= render_document_index(@document_list) %> <% end %> <%= render 'results_pagination' %> </div>
Version data entries
12 entries across 12 versions & 1 rubygems