summaryrefslogtreecommitdiffhomepage
path: root/templates/default/headersroot
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-25 10:11:59 -0300
committerSeba Gamboa <[email protected]>2015-09-25 10:11:59 -0300
commit723c2d4bd9575f05b5272a9e2eacb45e1d538af3 (patch)
tree3a1f99ea4ff260eca955c63bf8d76bd7589232e5 /templates/default/headersroot
parent5a6d8a0131140873fa1cd37bd3d76b0b06d633ae (diff)
downloadyard-mruby-723c2d4bd9575f05b5272a9e2eacb45e1d538af3.tar.gz
yard-mruby-723c2d4bd9575f05b5272a9e2eacb45e1d538af3.zip
Headers and functions list
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>