mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 03:11:11 +08:00
13 lines
437 B
Text
13 lines
437 B
Text
<div id="diagram-container">
|
|
<div id="diagram" class="diagram">
|
|
<% my_modules.each do |my_module| %>
|
|
<%= render partial: "canvas/full_zoom/my_module", locals: {experiment: experiment, my_module: my_module} %>
|
|
<% end %>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Edit due date modal -->
|
|
<%= render partial: "my_modules/modals/manage_due_date_modal" %>
|
|
|
|
<!-- Manage users modal -->
|
|
<%= render partial: "my_modules/modals/manage_users_modal" %>
|