1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 14:21:23 +00:00

fix index.md bug && update url wikis-->published

This commit is contained in:
ilearnit
2019-04-24 08:40:23 +00:00
parent abff0ecad5
commit fdff270e5c
12 changed files with 33 additions and 23 deletions

View File

@@ -93,7 +93,7 @@ class MainPanel extends Component {
<div className="main-panel-center">
<div className="cur-view-path">
<div className="path-containter">
<a href={siteRoot + 'wikis/' + slug} className="normal">{slug}</a>
<a href={siteRoot + 'published/' + slug} className="normal">{slug}</a>
{this.renderNavPath()}
</div>
</div>