From 5a6d8a0131140873fa1cd37bd3d76b0b06d633ae Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Thu, 24 Sep 2015 18:30:12 -0300 Subject: Renamed include to headers --- templates/default/headersroot/html/headers_list.erb | 1 + templates/default/headersroot/html/setup.rb | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 templates/default/headersroot/html/headers_list.erb create mode 100644 templates/default/headersroot/html/setup.rb (limited to 'templates/default/headersroot') diff --git a/templates/default/headersroot/html/headers_list.erb b/templates/default/headersroot/html/headers_list.erb new file mode 100644 index 0000000..1b524aa --- /dev/null +++ b/templates/default/headersroot/html/headers_list.erb @@ -0,0 +1 @@ +

All headers

diff --git a/templates/default/headersroot/html/setup.rb b/templates/default/headersroot/html/setup.rb new file mode 100644 index 0000000..5945ae4 --- /dev/null +++ b/templates/default/headersroot/html/setup.rb @@ -0,0 +1,10 @@ +def init + super + sections.push :headers_list + + @namespace = object +end + +def headers + object.headers +end -- cgit v1.2.3