mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Fix export samples button [SCI-1936]
This commit is contained in:
parent
ebd354e4d5
commit
79e1eaf145
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