-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the color of the bookmark action buttons.
- Loading branch information
Genia Kazymova
committed
Dec 10, 2024
1 parent
7e7df6b
commit 6f2adf8
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |