= content_form.simple_fields_for :news_info do |f| .col-md-2 = f.label t('activerecord.attributes.news.tags').titleize .col-md-10.text-left = f.input :tags, label: false, required: false, collection: @tags.tags_enum, as: :check_boxes, include_hidden: false .col-md-2 = f.label t('activerecord.attributes.news.author').titleize .col-md-10 = f.input :author, label: false, required: false .col-md-2 = f.label t('activerecord.attributes.news.published_at').titleize .col-md-10 = f.input :published_at, label: false, required: false