diff --git a/app/views/reports/new/modal/_project_contents_inner.html.erb b/app/views/reports/new/modal/_project_contents_inner.html.erb index dea0a6c94..422948a18 100644 --- a/app/views/reports/new/modal/_project_contents_inner.html.erb +++ b/app/views/reports/new/modal/_project_contents_inner.html.erb @@ -27,16 +27,13 @@ <% modules_without_group = experiment.modules_without_group %> <% if modules_without_group.present? and modules_without_group.count > 0 %> -
  • - <%= form.check_box :no_module_group, label: t("projects.reports.elements.modals.project_contents_inner.no_module_group"), class: "project-all-cb" %> - -
  • + <% end %> <% end %>