Draft text index tree navigator

This commit is contained in:
Fernando Blat
2017-01-19 11:02:45 +01:00
parent 4c5fde956f
commit cba1f8bd9d
3 changed files with 36 additions and 2 deletions

View File

@@ -38,9 +38,9 @@
<div class="draft-index-rotated center">
<span class="panel-title"><%= t('.text_toc') %></span>
</div>
<div data-sticky-container>
<div data-sticky data-anchor="sticky-panel" class="draft-index sticky">
<div data-sticky data-anchor="sticky-panel" class="draft-index sticky" data-tree-navigator>
<%= @draft_version.toc_html.html_safe %>
</div>
</div>