mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
5 lines
205 B
Text
5 lines
205 B
Text
|
<% tree_ordered_parent_folders(folder)&.each do |project_folder| %>
|
||
|
<%= route_to_other_team(project_folder_path(project_folder), project_folder.team, project_folder.name) %>
|
||
|
<span>/</span>
|
||
|
<% end %>
|