Merge pull request #935 from okriuchykhin/ok_SCI_1936

Fix export samples button [SCI-1936]
This commit is contained in:
okriuchykhin 2018-01-17 10:43:09 +01:00 committed by GitHub
commit 016ead607e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
<% end %>
<% if can_read_team?(@team) %>
<a href="#" class="btn btn-default" id="exportSamplesButton">
<a href="#" class="btn btn-default" id="exportSamplesButton" data-turbolinks="false">
<span class="glyphicon glyphicon-cloud-download"></span>
<span class="hidden-xs"><%= t("samples.export") %></span>
</a>