summaryrefslogtreecommitdiffhomepage
path: root/templates/default/headersroot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default/headersroot')
-rw-r--r--templates/default/headersroot/html/headers_list.erb7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/default/headersroot/html/headers_list.erb b/templates/default/headersroot/html/headers_list.erb
index 1b524aa..7b60084 100644
--- a/templates/default/headersroot/html/headers_list.erb
+++ b/templates/default/headersroot/html/headers_list.erb
@@ -1 +1,6 @@
-<h1>All headers</h1>
+<h2>All headers</h2>
+<p class="children">
+ <% headers.each do |header| %>
+ <%= linkify(header, header.name(true)) %>
+ <% end %>
+</p>