% @items.each do |feature| %>
<%= "" unless feature.scenarios.empty? %>
<%= linkify feature, feature.value %>
<%= feature.location %>
<% if feature.scenarios %>
<% feature.scenarios.each do |scenario| %>
-
<%= linkify feature, scenario.value %>
<%= scenario.location %>
<% end %>
<% end %>
<% end %>