Skip to content

Commit

Permalink
Ensure curator actions use the appropriate CSS classes
Browse files Browse the repository at this point in the history
So that they conform to the component library
  • Loading branch information
jcoyne committed Dec 16, 2024
1 parent 9f317cd commit 76da8f6
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 76da8f6

Please sign in to comment.