From c741cf23eb77a038b4c6a4c3340c79eecf3fed19 Mon Sep 17 00:00:00 2001 From: phonghpham <9318603+phonghpham@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:12:35 -0500 Subject: [PATCH] make about field text-area --- app/views/organizations/page_texts/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organizations/page_texts/_form.html.erb b/app/views/organizations/page_texts/_form.html.erb index 1bcd07ff7..8cdcff48b 100644 --- a/app/views/organizations/page_texts/_form.html.erb +++ b/app/views/organizations/page_texts/_form.html.erb @@ -19,7 +19,7 @@
- <%= form.text_field :about, label: "About Us", placeholder: "About Us text", class: 'form-control' %> + <%= form.text_area :about, label: "About Us", placeholder: "About Us text", class: 'form-control' %>
<% end %>