diff --git a/app/views/reports/elements/_module_element_controls.html.erb b/app/views/reports/elements/_element_controls.html.erb
similarity index 100%
rename from app/views/reports/elements/_module_element_controls.html.erb
rename to app/views/reports/elements/_element_controls.html.erb
diff --git a/app/views/reports/elements/_experiment_element.html.erb b/app/views/reports/elements/_experiment_element.html.erb
index 519f64b73..fde6f41dc 100644
--- a/app/views/reports/elements/_experiment_element.html.erb
+++ b/app/views/reports/elements/_experiment_element.html.erb
@@ -12,7 +12,7 @@
<%=t "projects.reports.elements.experiment.user_time", timestamp: l(timestamp, format: :full) %>
- <%= render partial: "reports/elements/module_element_controls.html.erb", locals: { show_sort: true } %>
+ <%= render partial: "reports/elements/element_controls.html.erb", locals: { show_sort: true } %>
diff --git a/app/views/reports/elements/_my_module_element.html.erb b/app/views/reports/elements/_my_module_element.html.erb
index cbb89a4f4..b5229e9f2 100644
--- a/app/views/reports/elements/_my_module_element.html.erb
+++ b/app/views/reports/elements/_my_module_element.html.erb
@@ -8,7 +8,7 @@
<%=t "projects.reports.elements.module.user_time", timestamp: l(timestamp, format: :full) %>
- <%= render partial: "reports/elements/module_element_controls.html.erb", locals: { show_sort: true } %>
+ <%= render partial: "reports/elements/element_controls.html.erb", locals: { show_sort: true } %>
@@ -56,4 +56,4 @@
<%= children if (defined? children and children.present?) %>
-
\ No newline at end of file
+