<%= render partial: "global_activities/references/experiment.html.erb", locals: { subject: subject&.experiment } %>
<%= image_tag 'icon_small/task.svg' %> <% if subject %> <%= link_to my_module_path(subject), title: subject.name do %> <%= subject.name.truncate(Constants::NAME_TRUNCATION_LENGTH) %> <% end %> <% else %> <%= breadcrumbs[:my_module].truncate(Constants::NAME_TRUNCATION_LENGTH) %> <% end %>