% target = nil if local_assigns[:target].nil? %>
<% query ||= nil %>
<% text = query.present? ? highlight(step.name, query.strip.split(/\s+/)) : step.name %>
<% if can_view_steps_in_protocol(step.protocol) %>
<% if step.protocol.in_module? %>
<% if target == :comment %>
<%= link_to protocols_my_module_path(step.protocol.my_module, ctarget: "step-panel-#{step.id}") do %>
<%= text %>
<% end %>
<% else %>
<%= text %>
<% end %>
<% elsif can_edit_protocol(step.protocol) %>
<%= text %>
<% else %>
<%= text %>
<% end %>
<% else %>
<%= text %>
<% end %>