From 11d01319c6e9a5fe25537006c352e836c803c2e0 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sat, 5 Oct 2019 15:53:07 +0800 Subject: Show Delete Icon in Breadcrumb in Trashbin Signed-off-by: Gary Kim --- apps/files_trashbin/src/filelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_trashbin/src') diff --git a/apps/files_trashbin/src/filelist.js b/apps/files_trashbin/src/filelist.js index 60b44ea7541..d499c108711 100644 --- a/apps/files_trashbin/src/filelist.js +++ b/apps/files_trashbin/src/filelist.js @@ -78,7 +78,7 @@ * user friendly name. */ this.breadcrumb._makeCrumbs = function() { - var parts = OCA.Files.BreadCrumb.prototype._makeCrumbs.apply(this, arguments) + var parts = OCA.Files.BreadCrumb.prototype._makeCrumbs.apply(this, [...arguments, 'icon-delete no-hover']) for (var i = 1; i < parts.length; i++) { parts[i].name = getDeletedFileName(parts[i].name) } -- cgit v1.2.3