mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-12 18:05:05 +00:00
fix system admin search repo (#7461)
This commit is contained in:
parent
1ac807e6f7
commit
508e77d125
@ -80,7 +80,7 @@ class Content extends Component {
|
||||
<a className="d-inline-block table-sort-op" href="#" onClick={this.sortByFileCount}>{gettext('Files')} {sortBy == 'file_count' ? sortIcon : initialSortIcon}</a>{' / '}
|
||||
<a className="d-inline-block table-sort-op" href="#" onClick={this.sortBySize}>{gettext('Size')} {sortBy == 'size' ? sortIcon : initialSortIcon}</a>
|
||||
</Fragment> :
|
||||
gettext('Files') / gettext('Size')
|
||||
<>{gettext('Files')}{' / '}{gettext('Size')}</>
|
||||
}
|
||||
</th>
|
||||
<Fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user