From c65da021dcbc78235fbbc5978cc4fbdf5898fa54 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Tue, 11 Feb 2025 11:51:36 +0000 Subject: [PATCH] Don't create history when restore abandoned bubble --- app/views/bubbles/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index b9e940bb6..223c6cdd2 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -5,7 +5,7 @@
You have an unsaved bubble. Would you like to continue where you left off? - <%= button_to bucket_bubble_recover_path(@bubble.bucket, @bubble), class: "btn txt-small btn--link" do %> + <%= button_to bucket_bubble_recover_path(@bubble.bucket, @bubble), class: "btn txt-small btn--link", data: { turbo_action: "replace" } do %> Yes please! <% end %>