|
|
@ -19,9 +19,13 @@ |
|
|
|
*ngIf="!workPackage.isNew"> |
|
|
|
*ngIf="!workPackage.isNew"> |
|
|
|
<span [textContent]="idLabel"></span>: |
|
|
|
<span [textContent]="idLabel"></span>: |
|
|
|
<span [textContent]="text.infoRow.createdBy"></span> |
|
|
|
<span [textContent]="text.infoRow.createdBy"></span> |
|
|
|
|
|
|
|
<!-- The space has to be in an extra span |
|
|
|
|
|
|
|
because otherwise the browser would add a second space after it --> |
|
|
|
|
|
|
|
<span> </span> |
|
|
|
<user-link class="user-link" |
|
|
|
<user-link class="user-link" |
|
|
|
[user]="workPackage.author"></user-link>. |
|
|
|
[user]="workPackage.author"></user-link>. |
|
|
|
<span [textContent]="text.infoRow.lastUpdatedOn"></span> |
|
|
|
<span [textContent]="text.infoRow.lastUpdatedOn"></span> |
|
|
|
|
|
|
|
<span> </span> |
|
|
|
<op-date-time [dateTimeValue]="workPackage.updatedAt"></op-date-time>. |
|
|
|
<op-date-time [dateTimeValue]="workPackage.updatedAt"></op-date-time>. |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|