Sha256: 1388e5afc9b5c33182b0d3ad55bd89b4beff70d87b4cecea209efea8ebc3294b

Contents?: true

Size: 434 Bytes

Versions: 11

Compression:

Stored size: 434 Bytes

Contents

<li><a href="<%= url_for('_index.html') %>">Index</a></li>
<% n = 1 %>
<% @topics.sort_by {|s,o| s }.each do |topic,objects| %>
  <li class="r<%= n %>"><%= topic%></li>
  <% unless objects.empty? %>
    <% objects.each do |object| %>
      <% object.tags("url").each do |url_tag| %>
        <li class="r<%= n %>"><%= linkify(object, url_tag.text) %></li>
      <% end %>
    <% end%>
  <% end %>
  <% n = n == 2 ? 1 : 2 %>
<% end %>

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
yard-rest-1.1.4 templates/default/fulldoc/html/full_list_topic.erb
yard-rest-1.1.3 templates/default/fulldoc/html/full_list_topic.erb
yard-rest-1.1.2 templates/default/fulldoc/html/full_list_topic.erb
yard-rest-1.1.1 templates/default/fulldoc/html/full_list_topic.erb
yard-rest-1.1.0 templates/default/fulldoc/html/full_list_topic.erb
yard-rest-1.0.5 templates/default/fulldoc/html/full_list_topic.erb
yard-rest-1.0.4 templates/default/fulldoc/html/full_list_topic.erb
yard-rest-1.0.3 templates/default/fulldoc/html/full_list_topic.erb
yard-rest-1.0.2 templates/rest/fulldoc/html/full_list_topic.erb
yard-rest-plugin-0.2.5 templates/rest/fulldoc/html/full_list_topic.erb
yard-web-plugin-0.1.2 templates/rest/fulldoc/html/full_list_topic.erb