Sha256: c7a921962308ff2cc41a0fc34ee43e674f9458e10dce621e1beabc6c14aa8075

Contents?: true

Size: 169 Bytes

Versions: 25

Compression:

Stored size: 169 Bytes

Contents

<% n = 1 %>
<% @items.each do |item| %>
  <li class="r<%= n %>"><%= link_file item, File.basename(item).gsub(/\.[^.]+$/, '') %></li>
  <% n = n == 2 ? 1 : 2 %>
<% end %>

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
yard-0.6.8 templates/default/fulldoc/html/full_list_files.erb
yard-0.6.7 templates/default/fulldoc/html/full_list_files.erb
yard-0.6.6 templates/default/fulldoc/html/full_list_files.erb
yard-0.6.5 templates/default/fulldoc/html/full_list_files.erb
yard-0.6.4 templates/default/fulldoc/html/full_list_files.erb
yard-0.6.3 templates/default/fulldoc/html/full_list_files.erb
yard-rest-plugin-0.2.5 templates/rest/fulldoc/html/full_list_files.erb
yard-0.6.2 templates/default/fulldoc/html/full_list_files.erb
yard-web-plugin-0.1.2 templates/rest/fulldoc/html/full_list_files.erb
yard-0.6.1 templates/default/fulldoc/html/full_list_files.erb
yard-0.6.0 templates/default/fulldoc/html/full_list_files.erb
yard-rest-plugin-0.2.1 templates/rest/fulldoc/html/full_list_files.erb
yard-rest-plugin-0.2.0 templates/rest/fulldoc/html/full_list_files.erb
yard-rest-plugin-0.1.5 templates/rest/fulldoc/html/full_list_files.erb
yard-0.5.8 templates/default/fulldoc/html/full_list_files.erb
yard-0.5.7 templates/default/fulldoc/html/full_list_files.erb
yard-0.5.6 templates/default/fulldoc/html/full_list_files.erb
yard-0.5.5 templates/default/fulldoc/html/full_list_files.erb
yard-rest-plugin-0.1.4 templates/rest/fulldoc/html/full_list_files.erb
yard-rest-plugin-0.1.3 templates/rest/fulldoc/html/full_list_files.erb