1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

[update] review info (#2942)

This commit is contained in:
Michael An
2019-02-14 15:54:51 +08:00
committed by Daniel Pan
parent ad620699c6
commit 61470d7f01

View File

@@ -893,11 +893,7 @@ class DraftReview extends React.Component {
scrollToChangedNode={this.scrollToChangedNode}/>
}
<SidePanelOrigin originRepoName={this.state.originRepoName}/>
<div className="review-side-panel-item">
<a href={draftLink}>
<Button color="secondary" size="sm">{gettext('Edit Draft')}</Button>
</a>
</div>
<a href={draftLink}><Button color="secondary">{gettext('Edit Draft')}</Button></a>
</div>
</TabPane>
<TabPane tabId="comments" className="comments">