1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +00:00

err tip improve (#2930)

This commit is contained in:
杨顺强
2019-02-11 18:22:22 +08:00
committed by Daniel Pan
parent daa0d19edd
commit 09c2f68dac
4 changed files with 13 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ class DirPanel extends React.Component {
}
render() {
const errMessage = (<div className="message empty-tip err-message"><h2>{gettext('Folder does not exist.')}</h2></div>);
const errMessage = (<div className="message err-tip">{gettext('Folder does not exist.')}</div>);
const showRepoInfoBar = this.props.path === '/' && (
this.props.usedRepoTags.length != 0 || this.props.readmeMarkdown != null ||
this.props.draftCounts != 0 || this.props.reviewCounts != 0);