Sha256: 9cdb97a4366968df5337c6520014a6ad053e0f3570b9204dcc95e489935aab01

Contents?: true

Size: 849 Bytes

Versions: 19

Compression:

Stored size: 849 Bytes

Contents

<% if render_show_doc_actions_method_from_blacklight? %>
  <%= render(Blacklight::Document::ActionsComponent.new(document: nil, tag: 'div', classes: "#{controller_name}Tools", link_classes: 'btn btn-outline-primary', actions: document_actions(document_list, options: { document: nil }), options: { document_list: @response.documents }, url_opts: Blacklight::Parameters.sanitize(params.to_unsafe_h))) %>
<% else %>
  <% Deprecation.warn(self, '#render_show_doc_actions is deprecated; use ActionComponents instead') %>
  <ul class="<%= controller_name %>Tools nav nav-pills">
    <%= render_show_doc_actions document_list, document: nil, document_list: @response.documents, url_opts: Blacklight::Parameters.sanitize(params.to_unsafe_h) do |config, inner| %>
      <li class="nav-item">
        <%= inner %>
      </li>
    <% end %>
  </ul>
<% end %>

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
blacklight-7.40.0 app/views/bookmarks/_tools.html.erb
blacklight-7.39.0 app/views/bookmarks/_tools.html.erb
blacklight-7.38.0 app/views/bookmarks/_tools.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/app/views/bookmarks/_tools.html.erb
blacklight-7.37.0 app/views/bookmarks/_tools.html.erb
blacklight-7.36.2 app/views/bookmarks/_tools.html.erb
blacklight-7.36.1 app/views/bookmarks/_tools.html.erb
blacklight-7.36.0 app/views/bookmarks/_tools.html.erb
blacklight-7.35.0 app/views/bookmarks/_tools.html.erb
blacklight-7.34.0 app/views/bookmarks/_tools.html.erb
blacklight-7.33.1 app/views/bookmarks/_tools.html.erb
blacklight-7.33.0 app/views/bookmarks/_tools.html.erb
blacklight-7.32.0 app/views/bookmarks/_tools.html.erb
blacklight-7.31.0 app/views/bookmarks/_tools.html.erb
blacklight-7.30.0 app/views/bookmarks/_tools.html.erb
blacklight-7.29.0 app/views/bookmarks/_tools.html.erb
blacklight-7.28.0 app/views/bookmarks/_tools.html.erb
blacklight-7.27.1 app/views/bookmarks/_tools.html.erb
blacklight-7.27.0 app/views/bookmarks/_tools.html.erb