Sha256: f48b409bd8043e38780863e39586d41b9ad2f72504d657dd00f1ca91853b144c
Contents?: true
Size: 151 Bytes
Versions: 2
Compression:
Stored size: 151 Bytes
Contents
<% n = 1 %> <% @items.each do |feature| %> <li class="r<%= n %>"> <%= linkify feature, feature.value %> </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_features.erb |
cucumber-in-the-yard-1.4 | lib/templates/default/fulldoc/html/full_list_features.erb |