Merge pull request #2071 from aignatov-bio/ai-sci-3889-fix-error-on-archived-experiment-page

Fix error on archived experiment page [SCI-3889]
This commit is contained in:
aignatov-bio 2019-09-18 15:35:53 +02:00 committed by GitHub
commit d783391290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,7 @@
<% if experiment.workflowimg.attached? %>
<div class="workflowimg-container">
<%= image_tag(
experiment.workflowimg.expiring_url(
Constants::URL_SHORT_EXPIRE_TIME
),
experiment.workflowimg,
class: 'img-responsive center-block') %>
</div>
<% end %>