Skip to content

Commit

Permalink
Merge pull request #2748 from sul-dlss/curator-actions
Browse files Browse the repository at this point in the history
Ensure curator actions use the appropriate CSS classes
  • Loading branch information
corylown authored Dec 18, 2024
2 parents 11c80d3 + 76da8f6 commit 11ba98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/catalog/_bulk_actions.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<%= render Spotlight::BulkActionComponent.new(bulk_actions: blacklight_config.bulk_actions, button_classes: 'btn btn-primary dropdown-toggle') %>

<%= render_filtered_partials(blacklight_config.bulk_actions) %>
1 change: 1 addition & 0 deletions app/views/catalog/_save_search.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<%= render Spotlight::SaveSearchComponent.new(button_classes: 'btn btn-primary') %>

0 comments on commit 11ba98b

Please sign in to comment.