mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
15 lines
567 B
Text
15 lines
567 B
Text
<div class="module-small
|
|
<%= get_task_alert_color(my_module) %>"
|
|
id="<%= my_module.id %>"
|
|
data-module-id="<%= my_module.id %>"
|
|
data-module-name="<%= my_module.name %>"
|
|
<% if my_module.my_module_group.present? %>
|
|
data-module-group="<%= my_module.my_module_group.id %>"
|
|
<% end %>
|
|
data-module-x="<%= my_module.x %>"
|
|
data-module-y="<%= my_module.y %>"
|
|
data-module-conns="<%= construct_module_connections(my_module) %>">
|
|
<span>
|
|
<%= link_to_if can_view_module(my_module), my_module.name[0], protocols_my_module_path(my_module) %>
|
|
</span>
|
|
</div>
|