Sha256: bb541caf6a8b5fad063c0c680758a3a6790d637da78072ce80274e41b38becc0

Contents?: true

Size: 270 Bytes

Versions: 82

Compression:

Stored size: 270 Bytes

Contents

<% even_odd = 'odd'  %>
<% @items.each do |item| %>
  <li id="object_<%= item.path %>" class="<%= even_odd %>">
    <div class="item"><span class="object_link"><%= link_file item %></span></div>
  </li>
  <% even_odd = (even_odd == 'even' ? 'odd' : 'even') %>
<% end %>

Version data entries

82 entries across 79 versions & 11 rubygems

Version Path
yard-0.9.11 templates/default/fulldoc/html/full_list_file.erb
yard-0.9.10 templates/default/fulldoc/html/full_list_file.erb
yard-0.9.9 templates/default/fulldoc/html/full_list_file.erb
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.4.0/gems/yard-0.9.8/templates/default/fulldoc/html/full_list_file.erb
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.2.0/gems/yard-0.9.8/templates/default/fulldoc/html/full_list_file.erb
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/yard-0.9.8/templates/default/fulldoc/html/full_list_file.erb
yard-0.9.8 templates/default/fulldoc/html/full_list_file.erb
abaci-0.3.0 vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/full_list_file.erb
abaci-0.3.0 vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/full_list_file.erb
abaci-0.3.0 vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/full_list_file.erb
yard-0.9.7 templates/default/fulldoc/html/full_list_file.erb
yard-0.9.6 templates/default/fulldoc/html/full_list_file.erb
enumerable-statistics-1.0.1 yard/templates/mathjax/fulldoc/html/full_list_file.erb
my_yard-0.0.3 home_my_yard/templates/visualruby/fulldoc/html/full_list_file.erb
my_yard-0.0.2 home_my_yard/templates/visualruby/fulldoc/html/full_list_file.erb
yard-0.9.5 templates/default/fulldoc/html/full_list_file.erb
yard-0.9.4 templates/default/fulldoc/html/full_list_file.erb
yard-0.9.3 templates/default/fulldoc/html/full_list_file.erb
yard-0.9.2 templates/default/fulldoc/html/full_list_file.erb
yard-0.9.1 templates/default/fulldoc/html/full_list_file.erb