mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
effdc9563a
- Refactor Breadcrumbs using VUE. - Implement responsiveness breakpoints
9 lines
317 B
Text
9 lines
317 B
Text
<% if @breadcrumbs_items&.length %>
|
|
<div id="breadcrumbs" data-behaviour="vue">
|
|
<breadcrumbs
|
|
breadcrumbs-items="<%= @breadcrumbs_items.to_json %>"
|
|
delimiter-url="<%= asset_path "icon_small/navigate_next.svg" %>"
|
|
/>
|
|
</div>
|
|
<%= javascript_include_tag 'vue_navigation_breadcrumbs' %>
|
|
<% end %>
|