Procházet zdrojové kódy

forbidden setting for tag-label

itizawa před 7 roky
rodič
revize
dead979734
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      src/server/views/layout-growi/widget/header.html

+ 3 - 1
src/server/views/layout-growi/widget/header.html

@@ -11,7 +11,9 @@
 
 
         <!-- [TODO] commentout Until the destination is decided -->
         <!-- [TODO] commentout Until the destination is decided -->
         <!-- <div id="revision-url" class="url-line"></div> -->
         <!-- <div id="revision-url" class="url-line"></div> -->
-        <div class="title" id="tag-label"></div>
+        {% if not forbidden %}
+          <div class="title" id="tag-label"></div>
+        {% endif %}
 
 
       </div>
       </div>
       {% if page %}
       {% if page %}