mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Merge pull request #1326 from Zanz2/zz_pio_upload_button_sci2760
Disabled turbolinks in left navigation bar protocols button [SCI-2760]
This commit is contained in:
commit
4dc1320988
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
<% end %>
|
||||
</li>
|
||||
<li class="<%= "active" if templates_are_selected? %>">
|
||||
<%= link_to protocols_path, id: "templates-link", title: t('left_menu_bar.templates') do %>
|
||||
<%= link_to protocols_path, id: "templates-link", title: t('left_menu_bar.templates'),
|
||||
data: { turbolinks: false } do %>
|
||||
<span class="fas fa-edit"></span>
|
||||
<span><%= t('left_menu_bar.templates') %></span>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue