Sha256: 7fd4d3c3484679c684eb8850e90be13b2a6488fe93820c92cf9c88ea5dc655d0

Contents?: true

Size: 680 Bytes

Versions: 5

Compression:

Stored size: 680 Bytes

Contents

<li>
  <div class="item" style="padding-left: 30px">
    <%= linkify YARD::CodeObjects::Lucid::LUCID_STEPTRANSFORM_NAMESPACE, "All Step Definitions" %>
  </div>
</li>
<% n = 'odd' %>
<% @items.each do |stepdef| %>
  <li class="<%= n %>">
    <div class="item" style="padding-left: 30px">
      <span class='object_link'>
        <span class="pre"><%= stepdef.keyword %></span>
          <a href="<%= url_for stepdef %>" title="<%= h stepdef.value %>">
            <span class="name"><%= h stepdef.literal_value %></span>
          </a>&nbsp;&nbsp;
      </span>
      <small><%= h(stepdef.location) %></small>
    </div>
  </li>
  <% n = n == 'even' ? 'odd' : 'even' %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yard-lucid-0.5.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-lucid-0.4.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-lucid-0.3.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-lucid-0.2.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-lucid-0.1.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb