Fixed label not being associated to published checkbox on events admin page. (#10063)

This commit is contained in:
Nick Taylor 2020-08-30 11:40:06 -04:00 committed by GitHub
parent 46ea04c272
commit 59093918c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@
<%= f.text_area :description_markdown, size: "45x10", required: true, class: "form-control" %>
</div>
<div class="form-group">
<%= f.label :publish %>
<%= f.label :published %>
<%= f.check_box :published %>
</div>
<div class="form-group">