-
- <%= render partial: "reports/new/modal/module_contents_inner.html.erb", locals: { form: f, my_module: my_module } %>
-
-
+
+
<%= t("projects.reports.elements.modals.project_contents.content_tab") %>
+ <%= render partial: "reports/new/modal/module_contents_inner.html.erb", locals: { form: f } %>
+
<%= render partial: "reports/new/modal/step_contents_inner.html.erb", locals: { form: f } %>
-
-
+
<%= render partial: "reports/new/modal/result_contents_inner.html.erb", locals: { form: f } %>
<% end %>
-
-
diff --git a/app/views/reports/new/modal/_module_contents_inner.html.erb b/app/views/reports/new/modal/_module_contents_inner.html.erb
index 3785932bf..fd40d53c3 100644
--- a/app/views/reports/new/modal/_module_contents_inner.html.erb
+++ b/app/views/reports/new/modal/_module_contents_inner.html.erb
@@ -12,7 +12,7 @@
<%= form.check_box :module_content_all, label: t("projects.reports.elements.modals.module_contents_inner.check_all") %>