mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-09 00:13:49 +08:00
Merge pull request #121 from ZmagoD/zd_SCI_398_vol2
[fixes SCI-398] again
This commit is contained in:
commit
bc73579c68
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<% if experiment.workflowimg? %>
|
<% if experiment.workflowimg? && experiment.active_modules.length > 0 %>
|
||||||
<div class="workflowimg-container"
|
<div class="workflowimg-container"
|
||||||
data-check-img="<%= updated_img_experiment_url(experiment) %>"
|
data-check-img="<%= updated_img_experiment_url(experiment) %>"
|
||||||
data-updated-img="<%= fetch_workflow_img_experiment_url(experiment) %>"
|
data-updated-img="<%= fetch_workflow_img_experiment_url(experiment) %>"
|
||||||
|
|
Loading…
Reference in a new issue