From 06ce84c21cd764d09c3583c4949ff791e3532d79 Mon Sep 17 00:00:00 2001 From: Mario See Date: Tue, 11 Jun 2019 15:55:43 -0400 Subject: [PATCH] make default state of "contact_via_connect" checked (#3128) --- app/views/classified_listings/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/classified_listings/_form.html.erb b/app/views/classified_listings/_form.html.erb index ac5b2d8ef..bebe67773 100644 --- a/app/views/classified_listings/_form.html.erb +++ b/app/views/classified_listings/_form.html.erb @@ -57,7 +57,7 @@ <%= javascript_pack_tag "listingForm", defer: true %>
<%= form.label "contact_via_connect", "Allow Users to Message Me Via In-App Chat (DEV Connect)" %> - <%= form.check_box "contact_via_connect" %> + <%= form.check_box "contact_via_connect", checked: true %>
<% if @credits.size > 0 || (@organizations.present? && @organizations.sum(:unspent_credits_count) > 0) %>