From 3c5ce09bcd2baf4553eb72407eb37e8cc0cb176d Mon Sep 17 00:00:00 2001 From: zmagod Date: Thu, 12 Apr 2018 17:09:53 +0200 Subject: [PATCH] fixes edin/destory button on repository page after redirected from columns_management page [fixes SCI-2293] --- app/views/repository_columns/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/repository_columns/index.html.erb b/app/views/repository_columns/index.html.erb index ffafa0210..4f5aad6b2 100644 --- a/app/views/repository_columns/index.html.erb +++ b/app/views/repository_columns/index.html.erb @@ -4,7 +4,7 @@
<%= link_to t('libraries.repository_columns.index.back_to_repository_html', repository: @repository.name), repository_path(@repository), - data: { turbolinks: false } %> + data: { no_turbolink: false } %>