mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 22:51:24 +08:00
11 lines
373 B
Text
11 lines
373 B
Text
<% if experiment.active_my_modules.present? %>
|
|
<ul>
|
|
<% experiment.active_my_modules.each do |my_module| %>
|
|
<li class="leaf" data-module-id="<%= my_module.id %>">
|
|
<span class="tree-link task-tree-link second-indent">
|
|
<%= link_to my_module.name, module_action_to_link_to(my_module) %>
|
|
</span>
|
|
</li>
|
|
<% end %>
|
|
</ul>
|
|
<% end %>
|