diff --git a/app/views/shared/_left_menu_bar.html.erb b/app/views/shared/_left_menu_bar.html.erb index 1b1e35159..a80a40d6a 100644 --- a/app/views/shared/_left_menu_bar.html.erb +++ b/app/views/shared/_left_menu_bar.html.erb @@ -14,7 +14,8 @@ <% end %>
  • "> - <%= 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 %> <%= t('left_menu_bar.templates') %> <% end %>