<%=t "projects.reports.elements.experiment.user_time", timestamp: l(timestamp, format: :full) %>
+ <%= link_to t('projects.reports.elements.all.scinote_link'),canvas_experiment_url(experiment), target: :_blank %>
<%= 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 5bc476dbe..7851bb3b7 100644
--- a/app/views/reports/elements/_my_module_element.html.erb
+++ b/app/views/reports/elements/_my_module_element.html.erb
@@ -7,6 +7,7 @@
<%= t("projects.reports.elements.module.user_time", timestamp: l(timestamp, format: :full)) %>
+ <%= link_to t('projects.reports.elements.all.scinote_link'), protocols_my_module_url(my_module), target: :_blank %>
<%= render partial: "reports/elements/element_controls.html.erb", locals: { show_sort: true } %>