Sha256: c82320af149d984e6816e5b69ae25520cc7a972eb6364f3be25016d24e83e94a
Contents?: true
Size: 345 Bytes
Versions: 31
Compression:
Stored size: 345 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 %>"><span class="name"><%= h(stepdef.value) %></span></a> </span> <small><%= h(stepdef.location) %></small> </li> <% n = n == 2 ? 1 : 2 %> <% end %>
Version data entries
31 entries across 31 versions & 2 rubygems