mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
change link tag (#443)
This commit is contained in:
committed by
Denys Vuika
parent
18d7adcb04
commit
35e752b99f
@@ -1,6 +1,6 @@
|
||||
<div class="app-custom-search-row">
|
||||
<div class="line">
|
||||
<a *ngIf="isFile" href="" (click)="showPreview()" class="link"> {{ name }} </a>
|
||||
<span *ngIf="isFile" (click)="showPreview()" class="link"> {{ name }} </span>
|
||||
|
||||
<span *ngIf="!isFile" class="bold"> {{ name }} </span>
|
||||
|
||||
|
Reference in New Issue
Block a user