mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 05:43:57 -04:00
use new delete icon for deleted files as well
This commit is contained in:
parent
8a25d1ad06
commit
4bfd61fb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ var FileActions = {
|
|||
img = img(file);
|
||||
}
|
||||
if (typeof trashBinApp !== 'undefined' && trashBinApp) {
|
||||
var html = '<a href="#" original-title="' + t('files', 'Delete permanently') + '" class="action delete" />';
|
||||
var html = '<a href="#" original-title="' + t('files', 'Delete permanently') + '" class="action delete delete-icon" />';
|
||||
} else {
|
||||
var html = '<a href="#" class="action delete delete-icon" />';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue