Sha256: 3f54847635b00f58c6a0f406aff47b1783e3de1959898e64fa9765b853dbd5cf
Contents?: true
Size: 399 Bytes
Versions: 2
Compression:
Stored size: 399 Bytes
Contents
<% n = 1 %> <% @items.each do |stepdef| %> <li class="r<%= n %>"> <span class='object_link'> <span class="pre"><%= stepdef.keyword %></span> <a href="<%= url_for stepdef %>" title="<%= h stepdef.value %>"> <span class="name"><%= h(stepdef.value) %></span> </a> </span> <small><%= h(stepdef.location) %></small> </li> <% n = n == 2 ? 1 : 2 %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yard-cucumber-2.2.1 | lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb |
yard-cucumber-2.2.0 | lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb |