mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Fix repository item export [SCI-1945]
This commit is contained in:
parent
ebd354e4d5
commit
86853e8fc1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<% end %>
|
||||
|
||||
<% if can_read_team?(repository.team) %>
|
||||
<a href="#" class="btn btn-default" id="exportRepositoriesButton">
|
||||
<a href="#" class="btn btn-default" id="exportRepositoriesButton" data-turbolinks="false">
|
||||
<span class="glyphicon glyphicon-cloud-download"></span>
|
||||
<span class="hidden-xs"><%= t("my_modules.repository.export") %></span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue