Add missing end tag in bulletin _form
This commit is contained in:
parent
b587b7ca6b
commit
212730fd8a
|
@ -14,6 +14,7 @@
|
||||||
<%= label :is_checked_false, t('announcement.bulletin.fact_check_not_pass_reason') %>
|
<%= label :is_checked_false, t('announcement.bulletin.fact_check_not_pass_reason') %>
|
||||||
<%= f.text_field :not_checked_reason %>
|
<%= f.text_field :not_checked_reason %>
|
||||||
</div>
|
</div>
|
||||||
|
<% end %>
|
||||||
<!--Widget start-->
|
<!--Widget start-->
|
||||||
<%= f.error_messages %>
|
<%= f.error_messages %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue