diff options
author | Jari Vetoniemi <jari.vetoniemi@indooratlas.com> | 2020-03-16 18:49:26 +0900 |
---|---|---|
committer | Jari Vetoniemi <jari.vetoniemi@indooratlas.com> | 2020-03-30 00:39:06 +0900 |
commit | fcbf63e62c627deae76c1b8cb8c0876c536ed811 (patch) | |
tree | 64cb17de3f41a2b6fef2368028fbd00349946994 /jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml |
Fresh start
Diffstat (limited to 'jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml')
-rw-r--r-- | jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml b/jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml new file mode 100644 index 0000000..4a6b006 --- /dev/null +++ b/jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml @@ -0,0 +1,18 @@ +<body id="top" role="document" class="file"> +<nav role="navigation"> + <div id="project-navigation"> + <%= render '_sidebar_navigation.rhtml' %> + <%= render '_sidebar_search.rhtml' %> + </div> + + <%= render '_sidebar_table_of_contents.rhtml' %> + + <div id="project-metadata"> + <%= render '_sidebar_pages.rhtml' %> + </div> +</nav> + +<main role="main" aria-label="Page <%=h file.full_name%>"> +<%= file.description %> +</main> + |