<% query ||= nil %> <% text = query.present? ? highlight(step.name, query) : step.name %> <% if can_view_steps_in_module(step.my_module) %> <%= text %> <% else %> <%= text %> <% end %>