mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
10 lines
321 B
Text
10 lines
321 B
Text
<% if @navigator %>
|
|
<div id="sciNavigationNavigatorContainer"
|
|
class="contents"
|
|
data-navigator-state-url="<%= navigator_state_navigations_path %>"
|
|
data-turbolinks-permanent data-behaviour="vue">
|
|
<navigator-container
|
|
@navigator:colapse="navigatorCollapsed = true"
|
|
/>
|
|
</div>
|
|
<% end %>
|