From d7600b83ab2ea705052c8e2d947c4f46fc3bd85a Mon Sep 17 00:00:00 2001 From: Genia Kazymova Date: Tue, 10 Dec 2024 16:31:48 -0500 Subject: [PATCH] Fix the color of the bookmark action buttons. --- app/views/bookmarks/_tools.html.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/views/bookmarks/_tools.html.erb diff --git a/app/views/bookmarks/_tools.html.erb b/app/views/bookmarks/_tools.html.erb new file mode 100644 index 00000000..e03e2ecd --- /dev/null +++ b/app/views/bookmarks/_tools.html.erb @@ -0,0 +1,10 @@ +
+

Tools

+<%= 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)) %> +