diff options
Diffstat (limited to 'templates/default/function_details/html/header.erb')
| -rw-r--r-- | templates/default/function_details/html/header.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/default/function_details/html/header.erb b/templates/default/function_details/html/header.erb new file mode 100644 index 0000000..2dd9d11 --- /dev/null +++ b/templates/default/function_details/html/header.erb @@ -0,0 +1,3 @@ +<div class="method_details <%= @index == 0 ? 'first' : '' %>"> + <%= yieldall %> +</div> |
