Skip to content

Commit

Permalink
Se agregan correcciones sobre las observaciones
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio-Ramirez committed Jan 22, 2024
1 parent 13e779c commit 7679d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/modules/rup/components/huds/vistaPrestacion.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
<ng-container *ngFor="let elemento of prestacion.ejecucion.registros">
<div class="rup-card {{ elemento | semanticClass }}">
<div class="rup-header">
<div class="icon-rup">
<div class="icon-rup drag-handle p-0 pt-3">
<i class="adi {{ elemento | semanticIcon }}"></i>
</div>
<div class="title">
<b *ngIf="!verContenido">
{{ (elemento.esSolicitud) ? 'solicitud' : elemento.concepto.semanticTag}}:&nbsp;
{{ (elemento.esSolicitud) ? 'solicitud' : elemento.concepto.semanticTag}}:
</b>
<ng-container *ngIf="elemento?.nombre">
{{ elemento.nombre[0].toUpperCase() + elemento.nombre.slice(1) }}
Expand All @@ -93,7 +93,7 @@
</ng-container>
</div>
</div>
<div class="actions">
<div class="actions drag-handle p-0 pt-3">
<plex-badge *ngIf="elemento?.relacionadoCon && elemento?.relacionadoCon.length === 1"
size="sm" type="info">
<b> Relacionado con: </b>
Expand Down

0 comments on commit 7679d13

Please sign in to comment.