Fix export samples button [SCI-1936]

This commit is contained in:
Oleksii Kriuchykhin 2018-01-15 13:54:08 +01:00
parent ebd354e4d5
commit 79e1eaf145

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>