From 051deef151b6ee107c4e054569e9e68e12361059 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 3 Sep 2024 14:47:40 -0500 Subject: [PATCH] We're not using this at the moment --- app/views/bubbles/_form.html.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/bubbles/_form.html.erb b/app/views/bubbles/_form.html.erb index 2e503a5c4..e966ea6a7 100644 --- a/app/views/bubbles/_form.html.erb +++ b/app/views/bubbles/_form.html.erb @@ -42,10 +42,6 @@ - <%= form.label :body, class: "flex flex-column justify-start align-start" do %> - <%= form.text_area :body, class: "input full-width", rows: 10, placeholder: "Details…" %> - <% end %> - <%= form.button class: "btn btn--reversed" do %> <%= image_tag "check.svg", aria: { hidden: "true" }, size: 24%> Save