diff options
author | Stan Lo <[email protected]> | 2024-08-03 11:29:40 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-08-05 08:27:45 +0800 |
commit | cbc40bb130fb52f1990ce1fd41e834a5f3fdbcdd (patch) | |
tree | 56845ee9fb311d5f7fb952c0392eecac93759e5f /lib/rdoc/generator/template/darkfish/page.rhtml | |
parent | 7d5cb4573d39e5c62058314dcfc73895b4e6dffd (diff) |
Sync rdoc
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11308
Diffstat (limited to 'lib/rdoc/generator/template/darkfish/page.rhtml')
-rw-r--r-- | lib/rdoc/generator/template/darkfish/page.rhtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/rdoc/generator/template/darkfish/page.rhtml b/lib/rdoc/generator/template/darkfish/page.rhtml index 4a6b006bb3..90b9e4ee3b 100644 --- a/lib/rdoc/generator/template/darkfish/page.rhtml +++ b/lib/rdoc/generator/template/darkfish/page.rhtml @@ -1,5 +1,7 @@ <body id="top" role="document" class="file"> -<nav role="navigation"> +<%= render '_sidebar_toggle.rhtml' %> + +<nav id="navigation" role="navigation"> <div id="project-navigation"> <%= render '_sidebar_navigation.rhtml' %> <%= render '_sidebar_search.rhtml' %> @@ -15,4 +17,3 @@ <main role="main" aria-label="Page <%=h file.full_name%>"> <%= file.description %> </main> - |