<% end %>
-
-<%= javascript_include_tag("sidebar") %>
diff --git a/app/views/shared/sidebar/_experiments.html.erb b/app/views/shared/sidebar/_experiments.html.erb
index 5f08439fe..a856fdc5d 100644
--- a/app/views/shared/sidebar/_experiments.html.erb
+++ b/app/views/shared/sidebar/_experiments.html.erb
@@ -3,7 +3,7 @@
<% project.active_experiments.each do |experiment| %>
<% cache [action_name, current_user, experiment] do %>
-
+
<% if experiment.active_my_modules.any? %>
<% end %>
@@ -13,9 +13,6 @@
style: (current_experiment == experiment ? 'font-weight: bold' : ''),
data: { type: 'experiment', id: experiment.id }
%>
- <% if experiment_page? && current_experiment == experiment && action_name =='canvas' %>
-
- <% end %>
<%= render partial: 'shared/sidebar/my_modules', locals: {
experiment: experiment,
diff --git a/app/views/shared/sidebar/_my_modules.html.erb b/app/views/shared/sidebar/_my_modules.html.erb
index 2dcfff2b2..33ec28b83 100644
--- a/app/views/shared/sidebar/_my_modules.html.erb
+++ b/app/views/shared/sidebar/_my_modules.html.erb
@@ -7,6 +7,9 @@
module_action_to_link_to(my_module),
class: 'line-wrap',
data: { type: 'my_module', id: my_module.id } %>
+ <% if experiment_page? && current_experiment == experiment && action_name =='canvas' %>
+
+ <% end %>
<% end %>
diff --git a/app/views/shared/sidebar/_projects.html.erb b/app/views/shared/sidebar/_projects.html.erb
index 8ebe7d749..c74d55a0a 100644
--- a/app/views/shared/sidebar/_projects.html.erb
+++ b/app/views/shared/sidebar/_projects.html.erb
@@ -1,4 +1,4 @@
-