Sha256: 4ba2d1eff98d50fa968e3a83aa40458242aa8344646d722b2ad5501304cae336
Contents?: true
Size: 206 Bytes
Versions: 2
Compression:
Stored size: 206 Bytes
Contents
<% n = 1 %> <% @items.each do |scenario| %> <li class="r<%= n %>"> <%= linkify scenario.feature, scenario.value %> <small><%= h(scenario.location) %></small> </li> <% n = n == 2 ? 1 : 2 %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cucumber-in-the-yard-1.5 | lib/templates/default/fulldoc/html/full_list_scenarios.erb |
cucumber-in-the-yard-1.4 | lib/templates/default/fulldoc/html/full_list_scenarios.erb |