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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user