From ac55a355282b5db6d848b2acb3759fe1808fe482 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 17 Apr 2020 15:16:31 +0200
Subject: [PATCH] Remove thumbnail from filesystem view

---
 src/core/xsl/filesystem.xsl | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/core/xsl/filesystem.xsl b/src/core/xsl/filesystem.xsl
index 1d9c189a..95362ee7 100644
--- a/src/core/xsl/filesystem.xsl
+++ b/src/core/xsl/filesystem.xsl
@@ -84,9 +84,6 @@
           </a>
         </div>
       </div>
-      <xsl:call-template name="entity-body-thumbnail">
-        <xsl:with-param name="path" select="substring-after($file-uri,$filesystempath)"/>
-      </xsl:call-template>
     </li>
   </xsl:template>
   <xsl:template match="/Response/dir" mode="top-level-data">
-- 
GitLab