diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index 3d3c964bc..c1a40579c 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -96,21 +96,11 @@ <% if @bubble.creating? %> - <%# - If we could put the textare for the bubble title, and the initial - comment, into this form, it should prevent people from losing edits when - they make changes to other properties. In that case, we can remove the - save buttons from inside the bubble, and from the comment box, so that - the middle section all feels like one block that you're then either - publishing, drafting, or cancelling. - %> - - <%= form_with model: @bubble, url: bucket_bubble_path(@bubble.bucket, @bubble) do |form| %> - <%= button_tag "Publish", type: "submit", name: "bubble[status]", value: "published" %> - <%= button_tag "Save a draft", type: "submit", name: "bubble[status]", value: "drafted" %> - <% end %> - +