mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 10:50:24 +00:00
root path show file_tag && tagged_files_count (#2715)
This commit is contained in:
@@ -426,7 +426,7 @@ class DirentListItem extends React.Component {
|
||||
<a href={dirent.type === 'dir' ? dirHref : fileHref} onClick={this.onItemClick}>{dirent.name}</a>
|
||||
}
|
||||
</td>
|
||||
<td>
|
||||
<td className="tag-list-title">
|
||||
{(dirent.type !== 'dir' && dirent.file_tags) && (
|
||||
<Fragment>
|
||||
<div id={`tag-list-title-${toolTipID}`} className="dirent-item tag-list tag-list-stacked">
|
||||
|
Reference in New Issue
Block a user