mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 17:36:13 +08:00
Merge pull request #935 from okriuchykhin/ok_SCI_1936
Fix export samples button [SCI-1936]
This commit is contained in:
commit
016ead607e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue