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