Skip to content

Commit

Permalink
Fix the color of the bookmark action buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Genia Kazymova committed Dec 10, 2024
1 parent 7e7df6b commit 6f2adf8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/views/bookmarks/_tools.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<div id="document-tools" aria-labelledby="toolsLabel">
<h2 class="visually-hidden" id="toolsLabel">Tools</h2>
<%= render Blacklight::Document::ActionsComponent.new(document: nil,
tag: 'div',
classes: "#{controller_name}Tools nav nav-pills",
link_classes: "btn btn-outline-secondary",
actions: document_actions(document_list, options: { document: nil }),
options: { document_list: @response.documents },
url_opts: Blacklight::Parameters.sanitize(params.to_unsafe_h)) %>
</div>

0 comments on commit 6f2adf8

Please sign in to comment.