make default state of "contact_via_connect" checked (#3128)

This commit is contained in:
Mario See 2019-06-11 15:55:43 -04:00 committed by Ben Halpern
parent 9832d0cfc1
commit 06ce84c21c

View file

@ -57,7 +57,7 @@
<%= javascript_pack_tag "listingForm", defer: true %>
<div class="field">
<%= 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 %>
</div>
<div class="actions">
<% if @credits.size > 0 || (@organizations.present? && @organizations.sum(:unspent_credits_count) > 0) %>