Fixed label not being associated to published checkbox on events admin page. (#10063)
This commit is contained in:
parent
46ea04c272
commit
59093918c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue