mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
My librarys (#2584)
This commit is contained in:
@@ -45,7 +45,7 @@ class DirPath extends React.Component {
|
||||
let pathElem = this.turnPathToLink(currentPath);
|
||||
return (
|
||||
<div className="path-containter">
|
||||
<a href={siteRoot + '#common/'} className="normal">{gettext('Libraries')}</a>
|
||||
<a href={siteRoot + 'my-libs/'} className="normal">{gettext('Libraries')}</a>
|
||||
<span className="path-split">/</span>
|
||||
{currentPath === '/' ?
|
||||
<span>{repoName}</span>:
|
||||
|
Reference in New Issue
Block a user