<% query ||= nil %> <% text = query.present? ? highlight(experiment.name, query.strip.split(/\s+/)) : experiment.name %> <% if experiment.archived? %> <%=t "search.index.archived" %> <% if can_view_experiment(experiment) and can_restore_experiment(experiment.project) %> <%= route_to_other_org root_path, experiment.project.organization, text %> <% else %> <%= text %> <% end %> <% else %> <% if can_view_experiment(experiment) %> <%= route_to_other_org canvas_experiment_path(experiment), experiment.project.organization, text %> <% else %> <%= text %> <% end %> <% end %>