diff --git a/app/views/catalog/_bulk_actions.html.erb b/app/views/catalog/_bulk_actions.html.erb
new file mode 100644
index 000000000..971ad8e34
--- /dev/null
+++ b/app/views/catalog/_bulk_actions.html.erb
@@ -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) %>
diff --git a/app/views/catalog/_save_search.html.erb b/app/views/catalog/_save_search.html.erb
new file mode 100644
index 000000000..b2b17a39d
--- /dev/null
+++ b/app/views/catalog/_save_search.html.erb
@@ -0,0 +1 @@
+<%= render Spotlight::SaveSearchComponent.new(button_classes: 'btn btn-primary') %>