From d89825c43792dc12b28de36c9294042071ce46d7 Mon Sep 17 00:00:00 2001 From: Patrick Cartlidge Date: Tue, 16 Jan 2024 14:12:59 +0000 Subject: [PATCH] Increase rows of Body textarea in Smart Answer --- app/views/simple_smart_answers/_fields.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/simple_smart_answers/_fields.html.erb b/app/views/simple_smart_answers/_fields.html.erb index c0881cb3f..4d92f99a7 100644 --- a/app/views/simple_smart_answers/_fields.html.erb +++ b/app/views/simple_smart_answers/_fields.html.erb @@ -9,7 +9,7 @@
<%= form_group(f, :body) do %> - <%= f.text_area :body, rows: 5, disabled: @resource.locked_for_edits?, class: "form-control", data: { + <%= f.text_area :body, rows: 20, disabled: @resource.locked_for_edits?, class: "form-control", data: { module: "paste-html-to-govspeak" } %> <% end %>