%= render partial: "global_activities/references/experiment.html.erb",
locals: { team: team, subject: subject&.experiment, breadcrumbs: breadcrumbs, values: values, type_of: type_of } %>
<%= image_tag 'icon_small/task.svg' %>
<% if subject&.navigable? %>
<% if subject.archived?
path = module_archive_experiment_path(subject.experiment)
else
path = protocols_my_module_path(subject)
end %>
<%= route_to_other_team(path,
team,
subject.name&.truncate(Constants::NAME_TRUNCATION_LENGTH),
title: subject.name) %>
<% else %>
<% name = subject&.name || breadcrumbs['my_module'] %>
<%= name&.truncate(Constants::NAME_TRUNCATION_LENGTH) %>
<% end %>