23 lines
1.2 KiB
HTML
23 lines
1.2 KiB
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/problem-details.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>
|
|
<tab active="isDraft" heading="{{'common.tabs.resources' | i18n}}">
|
|
<rs ng-if="ticket.id" context="ticket">
|
|
<rs-recommended-ka></rs-recommended-ka>
|
|
</rs>
|
|
</tab>
|
|
</tabset>
|
|
</div>
|
|
</div> |