1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00

change draft location

This commit is contained in:
Michael An
2019-03-19 14:46:13 +08:00
parent 6c592e3ad9
commit d0d91257d0

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>