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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user