mirror of
https://github.com/opf/openproject.git
synced 2026-06-16 04:25:54 +00:00
718b07cf19
Automated conversion with:
ng generate @angular/core:self-closing-tag
18 lines
426 B
HTML
18 lines
426 B
HTML
@if ((pullRequest$ | async); as pr) {
|
|
<div
|
|
class="op-pull-request-macro"
|
|
>
|
|
<op-github-pull-request-state class="op-pull-request-macro--state"
|
|
[small]="true"
|
|
[state]="pullRequestState"
|
|
/>
|
|
<span [innerHTML]="displayText$ | async"></span>
|
|
</div>
|
|
} @else {
|
|
<op-content-loader
|
|
viewBox="0 0 200 5"
|
|
>
|
|
<svg:rect x="0" y="0" width="100%" height="5" rx="1" />
|
|
</op-content-loader>
|
|
}
|