From e2c9d5c6cc9bf4a4314dcbce17e1336e8f78ebf8 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 16 12월 2021 11:20:10 +0900 Subject: [PATCH] 사이드바 프로필 사용자등급, 부서표시 --- src/main/webapp/views/common/sidebar.html | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/common/sidebar.html b/src/main/webapp/views/common/sidebar.html index bd62f4c..9c8f9b6 100644 --- a/src/main/webapp/views/common/sidebar.html +++ b/src/main/webapp/views/common/sidebar.html @@ -234,6 +234,14 @@ </ul> </div> </div> + <div ng-if="$root.myLevel != null" class="issue-main-label offset-detail-3 mt-1"> + <span translate="users.myLevel">�벑湲�</span>: + <span>{{$root.myLevel}}</span> + </div> + <div ng-if="$root.myDepartments != null" class="issue-main-label offset-detail-3 mt-1"> + <span translate="users.myDepartments">�떞�떦遺��꽌</span>: + <span>{{$root.myDepartments}}</span> + </div> </div> <ul class="main-menu"> -- Gitblit v1.8.0