diff options
Diffstat (limited to 'templates/default/header/html/function_summary.erb')
| -rw-r--r-- | templates/default/header/html/function_summary.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/default/header/html/function_summary.erb b/templates/default/header/html/function_summary.erb new file mode 100644 index 0000000..037daa4 --- /dev/null +++ b/templates/default/header/html/function_summary.erb @@ -0,0 +1,6 @@ +<ul class="summary"> + + <% function_listing.each do |func| %> + <%= yieldall :item => func %> + <% end %> +</ul> |
