Rename _module_element_controls to element_controls

This commit is contained in:
Jure Grabnar 2016-07-29 10:42:29 +02:00
parent 1e334d9075
commit 41e8c54aa5
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
<%=t "projects.reports.elements.experiment.user_time", timestamp: l(timestamp, format: :full) %>
</div>
<div class="pull-right controls">
<%= 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 } %>
</div>
</div>
</div>

View file

@ -8,7 +8,7 @@
<%=t "projects.reports.elements.module.user_time", timestamp: l(timestamp, format: :full) %>
</div>
<div class="pull-right controls">
<%= 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 } %>
</div>
</div>
</div>
@ -56,4 +56,4 @@
<div class="report-element-children">
<%= children if (defined? children and children.present?) %>
</div>
</div>
</div>