1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +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

@@ -161,7 +161,7 @@ class MainPanel extends 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);