app/views/wco/reports/_form.haml in wco_models-3.1.0.82 vs app/views/wco/reports/_form.haml in wco_models-3.1.0.83

- old
+ new

@@ -15,10 +15,10 @@ %label deleted_at = f.text_field :deleted_at .field %label Body - = f.text_area :body, class: 'p-2' + = f.text_area :body, class: 'tinymce' .field %label Tags (#{report.tags.length}): -# = render '/wco/tags/index', tags: report.tags = f.select :tag_ids, options_for_select(@tags_list, selected: report.tag_ids), {}, { multiple: true, class: 'select2' }