From 26d081f379c92d493b27e03e0d11ae202bc9d588 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Thu, 16 Feb 2017 14:00:00 +0100 Subject: [PATCH] CF column of folder links --- app/views/dmsf/_dir.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dmsf/_dir.html.erb b/app/views/dmsf/_dir.html.erb index d4139aae..7285a11e 100644 --- a/app/views/dmsf/_dir.html.erb +++ b/app/views/dmsf/_dir.html.erb @@ -80,7 +80,7 @@ <% cfs.each do |c| %> <% if DmsfFolder.is_column_on?(c.name) %> - <%= subfolder.custom_value(c) %> + <%= subfolder.custom_value(c) if subfolder %> <% end %> <% end %>