<% target = nil if local_assigns[:target].nil? %> <% query ||= nil %> <% text = query.present? ? highlight(result.name, query.strip.split(/\s+/)) : result.name %> <% if result.archived? %> <%=t "search.index.archived" %> <% if can_read_experiment?(result.my_module.experiment) %> <% if target == :comment %> <%= route_to_other_team archive_my_module_path(result.my_module, ctarget: "result-panel-#{result.id}"), result.my_module.experiment.project.team, text %> <% else %> <%= route_to_other_team archive_my_module_path(result.my_module), result.my_module.experiment.project.team, text %> <% end %> <% else %> <%= text %> <% end %> <% else %> <% if can_read_experiment?(result.my_module.experiment) %> <% if target == :comment %> <%= route_to_other_team results_my_module_path(result.my_module, ctarget: "result-panel-#{result.id}"), result.my_module.experiment.project.team, text %> <% else %> <%= route_to_other_team results_my_module_path(result.my_module), result.my_module.experiment.project.team, text %> <% end %> <% else %> <%= text %> <% end %> <% end %>