From d211fc6cb663961d5ebd30dd59a648f8ebcce351 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 수, 08 12월 2021 16:26:34 +0900
Subject: [PATCH] 인터넷 진흥원 로고 변경 진행중

---
 src/main/webapp/views/common/header.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/common/header.html b/src/main/webapp/views/common/header.html
index d84538b..9383080 100644
--- a/src/main/webapp/views/common/header.html
+++ b/src/main/webapp/views/common/header.html
@@ -26,7 +26,8 @@
             </select>
         </div>
         <div class="top-right col-lg-4">
-            <button class="btn btn-xlg btn-primary btn-rounded mr-10" ng-click="fn.addIssue()" tabindex="-1">
+            <!-- �쟾泥� �봽濡쒖젥�듃 �씪�븣 �씠�뒋 留뚮뱾湲� 踰꾪듉 �닲源� -->
+            <button class="btn btn-xlg btn-primary btn-rounded mr-10" ng-if="$root.workProject.id > -1" ng-click="fn.addIssue()" tabindex="-1">
                 <i class="os-icon os-icon-plus"></i> <span translate="issue.createIssue">�씠�뒋 留뚮뱾湲�</span>
             </button>
 

--
Gitblit v1.8.0