1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

Merge pull request #3144 from haiwen/change-draft-location

change draft location
This commit is contained in:
陈钦亮
2019-03-20 10:06:13 +08:00
committed by GitHub

View File

@@ -837,7 +837,7 @@ class SidePanelOrigin extends React.Component {
<tr><th width="25%"></th><th width="75%"></th></tr>
</thead>
<tbody>
<tr><th>{gettext('Location')}</th><td>{this.props.originRepoName}{draftOriginFilePath}</td></tr>
<tr><th>{gettext('Location')}</th><td>{this.props.originRepoName}{draftFilePath}</td></tr>
</tbody>
</table>
</div>