diff --git a/app/views/entries/_selection_bar.html.erb b/app/views/entries/_selection_bar.html.erb
index 45c51d0e4..5bd4b5788 100644
--- a/app/views/entries/_selection_bar.html.erb
+++ b/app/views/entries/_selection_bar.html.erb
@@ -6,6 +6,14 @@
+ <%= turbo_frame_tag "bulk_transaction_edit_drawer" %>
+ <%= link_to new_transactions_bulk_update_path,
+ class: "p-1.5 group/edit hover:bg-inverse flex items-center justify-center rounded-md",
+ title: "Edit",
+ data: { turbo_frame: "bulk_transaction_edit_drawer" } do %>
+ <%= icon "pencil-line", class: "group-hover/edit:text-inverse" %>
+ <% end %>
+
<%= form_with url: transactions_bulk_deletion_path, data: { turbo_confirm: CustomConfirm.for_resource_deletion("entry").to_data_attribute, turbo_frame: "_top" } do %>