| | |
| | | <div class="tab-content"> |
| | | <!-- 전체 기록 보기 --> |
| | | <div ng-if="vm.activeTab == 'ALL'"> |
| | | <div class="ae-item" ng-repeat="activeHistory in vm.viewer.activeHistory"> |
| | | <div class="ae-item row" ng-repeat="activeHistory in vm.viewer.activeHistory"> |
| | | <!-- 기록인 경우 --> |
| | | <div class="aei-content" |
| | | ng-if="$root.isDefined(activeHistory.issueHistoryType)"> |
| | |
| | | <!-- 댓글인 경우 --> |
| | | <div ng-if="!$root.isDefined(activeHistory.issueHistoryType)" |
| | | ng-show="vm.viewer.title !== activeHistory.title"> |
| | | <div> |
| | | <span class="dot"> |
| | | 하위이슈 : {{::activeHistory.title}} |
| | | </div> |
| | | </span> |
| | | </div> |
| | | <div class="aei-image" ng-if="!$root.isDefined(activeHistory.issueHistoryType)"> |
| | | <div class="user-avatar-w"> |
| | | <img alt="image" ng-src="{{::activeHistory.profile}}"> |
| | | <div class="aei-image" style="position: absolute; top: 30%" ng-if="!$root.isDefined(activeHistory.issueHistoryType)"> |
| | | <div class="user-avatar-w"> |
| | | <img alt="image" ng-src="{{::activeHistory.profile}}"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | <div class="aei-content" |
| | | ng-if="!$root.isDefined(activeHistory.issueHistoryType)"> |
| | | <h6 class="aei-title"> |
| | | <h6 class="aei-title mt-1" style="margin-left: 3.3%"> |
| | | {{::activeHistory.registerName}} |
| | | </h6> |
| | | <div class="date-break"> |
| | | <div class="date-break mt-2" style="margin-left: 3.3%"> |
| | | <span>{{::activeHistory.registerDate}}</span> |
| | | </div> |
| | | <div class="aei-delete" |
| | |
| | | <i class="os-icon os-icon-close"></i> |
| | | </div> |
| | | <div class="chat-messages"> |
| | | <div class="message"> |
| | | <div class="message" style="margin-left: 3.3%"> |
| | | <div class="message-content"> |
| | | <span class="issue-detail-word-break">{{::activeHistory.description}}</span> |
| | | </div> |