mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
move empty folder UI into separate component (#202)
* move empty folder UI into separate component * test fixes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<div class="app-empty-folder">
|
||||
<mat-icon class="app-empty-folder__icon">{{ icon }}</mat-icon>
|
||||
<p class="app-empty-folder__title">{{ title | translate }}</p>
|
||||
<p class="app-empty-folder__subtitle">{{ subtitle | translate }}</p>
|
||||
<ng-content></ng-content>
|
||||
</div>
|
Reference in New Issue
Block a user