mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
redesigned all 'empty-tip'
This commit is contained in:
@@ -6,6 +6,7 @@ import { gettext, loginUrl} from '../../utils/constants';
|
||||
import { Utils } from '../../utils/utils';
|
||||
import Repo from '../../models/repo';
|
||||
import Loading from '../../components/loading';
|
||||
import EmptyTip from '../../components/empty-tip';
|
||||
import CommonToolbar from '../../components/toolbar/common-toolbar';
|
||||
import RepoViewToolbar from '../../components/toolbar/repo-view-toobar';
|
||||
import LibDetail from '../../components/dirent-detail/lib-details';
|
||||
@@ -29,10 +30,10 @@ class MyLibraries extends Component {
|
||||
};
|
||||
|
||||
this.emptyMessage = (
|
||||
<div className="empty-tip">
|
||||
<EmptyTip>
|
||||
<h2>{gettext('You have not created any libraries')}</h2>
|
||||
<p>{gettext('You can create a library to organize your files. For example, you can create one for each of your projects. Each library can be synchronized and shared separately.')}</p>
|
||||
</div>
|
||||
</EmptyTip>
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user