1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 14:21:23 +00:00

Merge branch '7.0'

This commit is contained in:
plt
2019-08-30 10:05:01 +08:00
11 changed files with 64 additions and 36 deletions

View File

@@ -372,7 +372,7 @@ class SharedLibraries extends Component {
<Fragment>
<div className="main-panel-center">
<div className="cur-view-container">
<div className="cur-view-path align-items-center">
<div className="cur-view-path">
<h3 className="sf-heading m-0">{gettext('Shared with me')}</h3>
{(!Utils.isDesktop() && this.state.items.length > 0) && <span className="sf3-font sf3-font-sort action-icon" onClick={this.toggleSortOptionsDialog}></span>}
</div>