<% results.each do |workflow| %>
<%= highlight workflow.name, search_query.strip.split(/\s+/) %>

<%=t "search.index.created_at" %> <%=l workflow.created_at, format: :full %>
<%=t "search.index.experiment" %> <%= render partial: "search/results/partials/experiment_text.html.erb", locals: { experiment: workflow.experiment } %>
<%=t "search.index.project" %> <%= render partial: "search/results/partials/project_text.html.erb", locals: { project: workflow.experiment.project, link_to_page: :canvas } %>
<%=t "search.index.organization" %> <%= render partial: "search/results/partials/organization_text.html.erb", locals: { organization: workflow.experiment.project.organization } %>


<% end %>