Scenarios
<% n = 1 %>
<% scenarios.each_with_index do |scenario,index| %>
">
">
<%= h scenario.value %>
<% itags = scenario.tags.collect{|t| tagify(t) }.join(", ") %>
<% if itags && itags != "" %>
- <%= itags %>
<% end %>
<% n = n == 2 ? 1 : 2 %>
<% end %>