Skip to content

Commit

Permalink
fix(RUP): Visualizar botón de desacarga de adjuntos (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
silviroa authored Jun 4, 2024
1 parent 291a3a2 commit 73c9ec6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plex-icon class="icon-video" size="xxl" name="mp4-outline"></plex-icon>
</div>
</ng-container>
<plex-button *ngIf="modulo !== 'rup'" type="success" size="sm" icon="download" (click)="openUrl(archivo)">
<plex-button type="success" size="sm" icon="download" (click)="openUrl(archivo)">
</plex-button>
<plex-button *ngIf="archivo.isImage" type="info" size="sm" icon="eye" (click)="open(i)">
</plex-button>
Expand All @@ -36,7 +36,7 @@
</ng-container>
<ng-container *ngIf="verificarDocumento(file.ext)">
<div justify="center">
<plex-icon size="xxl" name="pdf-outline" type="info"></plex-icon>
<plex-icon size="xxl" name="pdf-outline" type="info" (click)="openUrl(file)"></plex-icon>
</div>
</ng-container>
<ng-container *ngIf="verificarVideo(file.ext)">
Expand Down

0 comments on commit 73c9ec6

Please sign in to comment.