Sha256: 80af82f273bc1770af738882f8ccf167d30b698356e120f84ea394d98d22bb16
Contents?: true
Size: 677 Bytes
Versions: 20
Compression:
Stored size: 677 Bytes
Contents
<% set_html_page_title @search.title %> <div> <%= exhibit_edit_link @search, class: 'edit-button pull-right btn btn-primary' if can? :edit, @search %> <% if exhibit_masthead? %> <%= render 'search_title', search: @search %> <% else %> <% content_for :masthead do %> <div class='search-title'> <%= render 'search_title', search: @search %> </div> <% end %> <% end %> <% if @search.long_description.present? %> <p class="long-description-text"><%= @search.long_description %></p> <% end %> </div> <div> <%= render 'sort_and_per_page' %> <%= render_document_index(@document_list) %> <%= render 'results_pagination' %> </div>
Version data entries
20 entries across 20 versions & 1 rubygems