Explain template change

This commit is contained in:
Petr Chalupa 2019-01-29 14:01:23 +01:00
parent bf74c67ba5
commit b8787863f2
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
<ul id="alpha_<%= letter %>" class="alpha">
<li class="letter"><%= letter %></li>
<ul>
<%# better sorting on docs/master/_index.html %>
<%# objects.each do |obj| %>
<% objects.sort_by { |o| [o.name, o.namespace.path] }.each do |obj| %>
<li>
<%= linkify obj, obj.name %>