make default state of "contact_via_connect" checked (#3128)
This commit is contained in:
parent
9832d0cfc1
commit
06ce84c21c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue