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