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
8 lines
218 B
HTML
8 lines
218 B
HTML
<span
|
|
class="op-pull-request-state"
|
|
[class.op-pull-request-state_small]="small"
|
|
[ngClass]="'op-pull-request-state_' + state">
|
|
<op-icon icon-classes="button--icon icon-merge-branch" />
|
|
{{displayText}}
|
|
</span>
|