diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index ea600e72f..18126f584 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -101,15 +101,19 @@ <% if @bubble.published? %> <%= render "bubbles/messages", bubble: @bubble %> <% else %> -
- <%= tag.house_md @bubble.draft_comment, name: "bubble[draft_comment]", form: "bubble_form", placeholder: new_comment_placeholder(@bubble), - data: { action: "house-md:change->remote-auto-save#change focusout->remote-auto-save#submit" } %> -
+
+
+
+ <%= tag.house_md @bubble.draft_comment, name: "bubble[draft_comment]", class: "input comment__input", form: "bubble_form", placeholder: new_comment_placeholder(@bubble), + data: { action: "house-md:change->remote-auto-save#change focusout->remote-auto-save#submit" } %> +
+
+
<% end %> <% if @bubble.creating? %> -
+
<%= button_to "Save as draft", bucket_bubble_path(@bubble.bucket, @bubble), name: "bubble[status]", value: "drafted", method: :put, class: "btn btn--plain borderless fill-transparent" %> <%= button_to "Create bubble", bucket_bubble_publish_path(@bubble.bucket, @bubble), class: "btn btn--reversed" %>