Sha256: 78d2e5fc21eccea77ad8cd3a3a836917b9cf39196214a75e76541e90bff7cb88

Contents?: true

Size: 352 Bytes

Versions: 3

Compression:

Stored size: 352 Bytes

Contents

<% n = 1 %>
<% @items.each do |step| %>
  <li class="r<%= n %>">
	<span class='object_link'>
		<a href="<%= "#{step.scenario.feature.name}.html" %>">
			<span class="pre"><%= step.keyword %></span>
			<span class="name"><%= h(step.value) %></span>
		</a>
	</span>
	<span class="">(<%= h(step.file) %>)<span>
  </li>
  <% n = n == 2 ? 1 : 2 %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.5 lib/templates/default/fulldoc/html/full_list_steps.erb
cucumber-in-the-yard-1.4 lib/templates/default/fulldoc/html/full_list_steps.erb
cucumber-in-the-yard-1.3 lib/yard/templates/default/fulldoc/html/full_list_steps.erb