From bd0fb52ffeb338bfa6faa3ac6b751661276631a5 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 30 Jan 2025 15:29:02 -0600 Subject: [PATCH] We no longer color *my* comments, missed this --- app/views/comments/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/edit.html.erb b/app/views/comments/edit.html.erb index 6138d5f22..015162a2e 100644 --- a/app/views/comments/edit.html.erb +++ b/app/views/comments/edit.html.erb @@ -1,5 +1,5 @@ <%= turbo_frame_tag dom_id(@comment) do %> -
+
<%= form_with model: [@bubble.bucket, @bubble, @comment], class: "flex flex-column gap full-width", data: { controller: "form", action: "keydown.ctrl+enter->form#submit:prevent keydown.meta+enter->form#submit:prevent keydown.esc->form#cancel:stop" } do |form| %> <%= form.markdown_area :body, class: "input comment__input", required: true, autofocus: true %>