19 lines
904 B
HTML
19 lines
904 B
HTML
<div class="profile clearfix" auto-focus tabindex="-1">
|
|
<progress-modal title="{{progress.title}}" text="{{progress.text}}" if="state.showProgressModal" launch-new="true"></progress-modal>
|
|
<div class="profile__main-panel">
|
|
<div class="profile__main-content" person-menu="person">
|
|
<div ng-controller="TicketController" ng-include="'views/ticket/task-details-v2.html'" class="full-height"></div>
|
|
</div>
|
|
</div>
|
|
<div class="resource-slice__fade-out"></div>
|
|
|
|
<div class="profile__support-panel" aria-label="{{'common.labels.' + type | i18n}} {{'ticket.region.support' | i18n}}" role="region">
|
|
<tabset justified="true">
|
|
<tab heading="{{'common.tabs.activity' | i18n}}">
|
|
<activity-feed type="{{type}}" item-id="id" commentable="ticket.accessMappings.timelineEditAllowed" is-draft="false" is-full-version="true" parent-context="ticket"></activity-feed>
|
|
</tab>
|
|
</tabset>
|
|
</div>
|
|
</div>
|
|
|