Sha256: 74a6359c73ac185f00bf2540de56104e5a39017c2bb99201829dbbea48a33822

Contents?: true

Size: 247 Bytes

Versions: 5

Compression:

Stored size: 247 Bytes

Contents

<li><a href="<%= url_for('_index.html') %>">/</a></li>
<% n = 1 %>
<% @items.sort_by {|s| s.name.to_s }.each do |service| %>
  <li class="r<%= n %>"><%= linkify(service, service.tags("url").first.text) %></li>
  <% n = n == 2 ? 1 : 2 %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yard-rest-plugin-0.1.4 templates/rest/fulldoc/html/full_list_service.erb
yard-rest-plugin-0.1.3 templates/rest/fulldoc/html/full_list_service.erb
yard-rest-plugin-0.1.2 templates/rest/fulldoc/html/full_list_service.erb
yard-rest-plugin-0.1.1 templates/rest/fulldoc/html/full_list_service.erb
yard-rest-plugin-0.1.0 templates/rest/fulldoc/html/full_list_service.erb