1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

refactor wiki (#3289)

* refactor wiki

* refactor code
This commit is contained in:
ilearnit
2019-04-17 10:34:43 +08:00
committed by Daniel Pan
parent ff6ffb0f4c
commit b83197e2b0
15 changed files with 96 additions and 127 deletions

View File

@@ -202,7 +202,7 @@ class MainSideNav extends React.Component {
<li className="nav-item">
<Link className={`nav-link ellipsis ${this.getActiveClass('wikis')}`} to={siteRoot + 'wikis/'} title={gettext('Wikis')} onClick={() => this.tabItemClick('wikis')}>
<span className="sf2-icon-wiki-view" aria-hidden="true"></span>
<span className="nav-text">{gettext('Wikis')}</span>
<span className="nav-text">{gettext('Published Libraries')}</span>
</Link>
</li>
}