Sha256: f560fbe2bd6d527470e69067c572585154226982fb08f492a041efac1710b38b

Contents?: true

Size: 676 Bytes

Versions: 9

Compression:

Stored size: 676 Bytes

Contents

<li class='odd'>
  <div class="item" style="padding-left: 30px">
    <%= linkify YARD::CodeObjects::Cucumber::CUCUMBER_STEPTRANSFORM_NAMESPACE, "All Defined Steps" %>
  </div>
</li>
<% n = 'even' %>
<% @items.each do |step| %>
  <li class="<%= n %>">
    <div class="item" style="padding-left: 30px">
      <span class='object_link'>
        <a href="<%= url_for step.scenario.feature %>" title="<%= h step.value %>">
          <span class="pre"><%= step.keyword %></span>
          <span class="name"><%= h(step.value) %></span>
        </a>
      </span>
      <span class="">(<%= h(step.file) %>)<span>
    </div>
  </li>
  <% n = n == 'even' ? 'odd' : 'even' %>
<% end %>

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
yard-gherkin-turnip-1.0.2 lib/templates/default/fulldoc/html/full_list_steps.erb
yard-gherkin-turnip-1.0.1 lib/templates/default/fulldoc/html/full_list_steps.erb
yard-gherkin-turnip-1.0.0 lib/templates/default/fulldoc/html/full_list_steps.erb
yard-nrser-cucumber-0.1.3 lib/templates/default/fulldoc/html/full_list_steps.erb
yard-nrser-cucumber-0.1.2 lib/templates/default/fulldoc/html/full_list_steps.erb
yard-nrser-cucumber-0.1.1 lib/templates/default/fulldoc/html/full_list_steps.erb
yard-nrser-cucumber-0.1.0 lib/templates/default/fulldoc/html/full_list_steps.erb
yard-cucumber-4.0.0 lib/templates/default/fulldoc/html/full_list_steps.erb
yard-cucumber-3.1.0 lib/templates/default/fulldoc/html/full_list_steps.erb