Sha256: 41bb6f8b910a569130649faa52dd50cc831957ef6270830ce6920c46b407e781
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
<li><a href="<%= url_for('_index.html') %>">/</a></li> <% n = 1 %> <% @items.sort_by {|s| s.name.to_s }.each do |service| %> <% unless service.tags("topic").first.nil? %> <li class="r<%= n %>"><%= linkify(service, service.tags("topic").first.text) %></li> <% end %> <% n = n == 2 ? 1 : 2 %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yard-rest-plugin-0.1.5 | templates/rest/fulldoc/html/full_list_service.erb |