From f9e3bfcf3f27bb1e270c3a79f7c958443e1dd13f Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 21 12월 2021 11:04:15 +0900
Subject: [PATCH] 이슈 리스트 컬럼 정렬 수정

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

diff --git a/src/main/webapp/views/common/sidebar.html b/src/main/webapp/views/common/sidebar.html
index 73a3c59..8b702cc 100644
--- a/src/main/webapp/views/common/sidebar.html
+++ b/src/main/webapp/views/common/sidebar.html
@@ -186,7 +186,7 @@
     <div class="logged-user-w avatar-inline">
         <div class="row mb-1" ng-if="$root.myLevel != null" >
             <span class="issue-main-label offset-detail-5 badge badge-primary">{{$root.myLevel}}</span>
-            <span class="issue-main-label offset-detail-1 badge badge-success">{{$root.myDepartments}}</span>
+            <span class="issue-main-label offset-detail-1 badge badge-department">{{$root.myDepartments}}</span>
         </div>
         <div class="logged-user-i">
             <div class="avatar-w">

--
Gitblit v1.8.0