mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 19:37:28 +00:00
return markdown content to web page
This commit is contained in:
@@ -84,6 +84,7 @@ class MainPanel extends Component {
|
||||
const isViewingFile = this.props.pathExist && !this.props.isDataLoading && this.props.isViewFile;
|
||||
return (
|
||||
<div className="main-panel wiki-main-panel o-hidden">
|
||||
<div className="main-panel-hide hide">{this.props.content}</div>
|
||||
<div className={`main-panel-north panel-top ${this.props.permission === 'rw' ? 'border-left-show' : ''}`}>
|
||||
{!username &&
|
||||
<Fragment>
|
||||
|
Reference in New Issue
Block a user