mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 04:06:53 +08:00
18 lines
569 B
Text
18 lines
569 B
Text
|
<div class="panel panel-default module-large private module"
|
||
|
id="<%= my_module.id %>"
|
||
|
data-module-id="<%= my_module.id %>"
|
||
|
<% 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) %>"
|
||
|
>
|
||
|
<div class="panel-body">
|
||
|
<i class="fas fa-eye-slash"></i>
|
||
|
<span class="description">
|
||
|
<%= t('experiments.canvas.full_zoom.no_access') %>
|
||
|
</span>
|
||
|
</div>
|
||
|
</div>
|