From a3514bdaf03e06d6b6e8a603baf71a52ed19d56c Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Thu, 29 Jun 2017 16:14:25 +0200 Subject: [PATCH] fix restore action from archives pages --- app/views/projects/archive.html.erb | 2 +- app/views/projects/index.html.erb | 2 +- app/views/shared/_secondary_navigation.html.erb | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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 @@
- + diff --git a/app/views/shared/_secondary_navigation.html.erb b/app/views/shared/_secondary_navigation.html.erb index 36b2006cc..90c300cb2 100644 --- a/app/views/shared/_secondary_navigation.html.erb +++ b/app/views/shared/_secondary_navigation.html.erb @@ -100,7 +100,7 @@ <% end %> <% if can_view_project_archive(@project) then %> -
  • "> +
  • ">
  • <% end %> @@ -135,7 +135,7 @@ <% end %> <% if can_view_experiment_archive(@experiment) then %> -
  • "> +
  • ">
  • <% end %> @@ -211,7 +211,7 @@ <% end %> <% if can_view_module_archive(@my_module) then %> -
  • "> +
  • ">