diff --git a/app/views/projects/archive.html.erb b/app/views/projects/archive.html.erb
index 985808a77..6cac501d4 100644
--- a/app/views/projects/archive.html.erb
+++ b/app/views/projects/archive.html.erb
@@ -45,7 +45,7 @@
- <%= link_to t("projects.index.back_to_projects_index"), projects_path %>
+ <%= link_to t("projects.index.back_to_projects_index"), projects_path, data: { turbolinks: 'false' } %>
<% end %>
diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb
index 58e47d5fa..7ab6584cb 100644
--- a/app/views/projects/index.html.erb
+++ b/app/views/projects/index.html.erb
@@ -59,7 +59,7 @@