ryuichi-e 6 лет назад
Родитель
Сommit
0a2e16b894
1 измененных файлов с 6 добавлено и 4 удалено
  1. 6 4
      src/server/views/widget/page_content.html

+ 6 - 4
src/server/views/widget/page_content.html

@@ -21,10 +21,12 @@
 
   {% include 'page_alerts.html' %}
 
-  {% if !getConfig('crowi', 'customize:layout') || 'kibela' === getConfig('crowi', 'customize:layout') %}
-    {% include 'page_tabs_kibela.html' %}
-  {% else %}
-    {% include 'page_tabs.html' %}
+  {% if !isTrashPage() %}
+    {% if !getConfig('crowi', 'customize:layout') || 'kibela' === getConfig('crowi', 'customize:layout') %}
+      {% include 'page_tabs_kibela.html' %}
+    {% else %}
+      {% include 'page_tabs.html' %}
+    {% endif %}
   {% endif %}
 
   <div class="tab-content">