Sha256: d772eb05de46d4867cf749c26e55734657028978d731a63f4fdd04747d234d6f

Contents?: true

Size: 316 Bytes

Versions: 70

Compression:

Stored size: 316 Bytes

Contents

<% even_odd = 'odd'  %>
<% collect_tags.each do |tag| %>
  <li class="<%= even_odd %> <%= tag.object.has_tag?(:deprecated) ? 'deprecated' : '' %>">
    <div class="item">
      <span class="object_link"><%= tag_link(tag) %></span>
    </div>
  </li>
  <% even_odd = (even_odd == 'even' ? 'odd' : 'even') %>
<% end %>

Version data entries

70 entries across 67 versions & 9 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/yard-0.9.7/docs/templates/default/fulldoc/html/full_list_tag.erb
abaci-0.3.0 vendor/bundle/gems/yard-0.9.1/docs/templates/default/fulldoc/html/full_list_tag.erb
yard-0.9.7 docs/templates/default/fulldoc/html/full_list_tag.erb
yard-0.9.6 docs/templates/default/fulldoc/html/full_list_tag.erb
yard-0.9.5 docs/templates/default/fulldoc/html/full_list_tag.erb
yard-0.9.4 docs/templates/default/fulldoc/html/full_list_tag.erb
yard-0.9.3 docs/templates/default/fulldoc/html/full_list_tag.erb
yard-0.9.2 docs/templates/default/fulldoc/html/full_list_tag.erb
yard-0.9.1 docs/templates/default/fulldoc/html/full_list_tag.erb
yard-0.9.0 docs/templates/default/fulldoc/html/full_list_tag.erb