diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index 223c6cdd2..230e3d69b 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -1,7 +1,7 @@ <% @page_title = @bubble.title %> <% content_for :header do %> - <% if @bubble.can_recover_abandoned_creation? %> + <% if @bubble.creating? && @bubble.can_recover_abandoned_creation? %>