1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

repair ui error

This commit is contained in:
shanshuirenjia
2018-12-13 22:11:08 +08:00
parent 69201e4928
commit da90fc9545
5 changed files with 32 additions and 26 deletions

View File

@@ -48,7 +48,7 @@ class RepoListViewPanel extends React.Component {
let group = this.props.group;
const emptyTip = <p className="group-item-empty-tip">{gettext('No libraries')}</p>;
return (
<Fragment>
<div className="group-list-panel">
<h4 className="group-item-heading ellipsis">
<a href={`${siteRoot}group/${group.id}/`} title={group.name}>{group.name}</a>
</h4>
@@ -62,7 +62,7 @@ class RepoListViewPanel extends React.Component {
onItemUnshare={this.onItemUnshare}
/>
}
</Fragment>
</div>
);
}
}