<% @items.each do |item| %>
<%= h item.keyword %> <%= h item.value %> Rubular
<%= h item.location %>
<%= T('docstring').run(options.dup.merge({:object => item})) %>
<%= "" %><%= h format_lines(item) %>
<%= "" %><%= html_syntax_highlight item.source %>
<% if item.steps && !item.steps.empty? %> <% item.steps.each_with_index do |step,step_index| %>
<%= h step.keyword %> <%= link_transformed_step(step) %> <%= h step.location %>
<% end %> <% else %>
No steps were found to match this <%= @item_type %>.
<% end%>
<% end %>