浏览代码

HUE-6091 [fb] Remove missed embeddable variable

Romain Rigaux 8 年之前
父节点
当前提交
389e6b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/display.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/display.mako

@@ -125,7 +125,7 @@ ${ fb_components.menubar() }
           </div>
         <!-- /ko -->
         % if breadcrumbs:
-          ${fb_components.breadcrumbs(path, breadcrumbs, is_embeddable=is_embeddable)}
+          ${fb_components.breadcrumbs(path, breadcrumbs)}
         %endif
         <div class="card-body" style="padding: 0">
             <!-- ko if: $root.file() && $root.file().stats.size() === 0 && $root.isViewing() -->