Sha256: 2f2fdc154edec54e9535746b8ad545ba5d69b2f06ced43b88ad0fd737e437de6

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 Bytes

Contents

<% @items.each do |feature| %>
<li>
	<%= "<a class='toggle'></a>" unless feature.scenarios.empty? %>
	<%= linkify feature, feature.value %>
	<small><%= feature.location %></small>
</li>

<% if feature.scenarios %>
<ul>
	<% feature.scenarios.each do |scenario| %>
	<li>
		<%= linkify feature, scenario.value %>
		<small><%= scenario.location %></small>
	</li>
	<% end %>
</ul>
<% end %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.5.4 lib/templates/default/fulldoc/html/full_list_features.erb
cucumber-in-the-yard-1.5.3 lib/templates/default/fulldoc/html/full_list_features.erb
cucumber-in-the-yard-1.5.2 lib/templates/default/fulldoc/html/full_list_features.erb
cucumber-in-the-yard-1.5.1 lib/templates/default/fulldoc/html/full_list_features.erb